-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
58 lines (57 loc) · 2.19 KB
/
config.json
File metadata and controls
58 lines (57 loc) · 2.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"yolo_classificator_weigths_path": "best_one_class.pt",
"yolo_repo_path": "yolov5",
"images_path": "images",
"name_list": [ "0", "1", "2", "3", "4", "5", "6"
],
"filepath": "images/",
"1_step": {"raw_photos_path": "images/"},
"camera_num": 0,
"mediapipe": { "max_num_hands": 5,
"min_detection_confidence": 0.3},
"roi": { "height": 50,
"width": 50
},
"preprocessing": { "processed_folder": "segmentation/SG1/train/",
"roi_indicator": 1,
"mask_indicator": 1,
"hand_indicator": 1,
"static_indicator": 0,
"val_folder": "val_dataset",
"val_points_folder": "val_points_folder",
"make_validation_dataset": 0,
"val_width": 640,
"val_height": 480},
"generation_backs": { "generation_folder": "generation/datasets_with_noise/MS1/",
"yolo_folder": "yolo_points",
"backgrounds": "backgrounds_gradients",
"photo_num": 10,
"iou": 0.2,
"max_details_on_photo": 5,
"height": 2160,
"width": 4096,
"final_height": 480,
"final_width": 640,
"rectangle_indicator": 1,
"number_of_masks": 0,
"number_of_hand_masks": 0,
"all_mask_folders": [],
"min_scaling": 1,
"max_scaling": 5,
"noise_folder": "myasorubkaprocessed_val",
"noise_folders": ["myasorubkaprocessed_val"],
"noise_rectangle_indicator": 1
},
"max_number_of_details": 6,
"graphics": {
"window_size": {
"height": 640,
"width": 480
},
"unit_height": 50
},
"snapshots": {
"snapshot_delay": 0.2,
"snapshots_number": 30
}
}