forked from LukasRoom/SuperADD
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
27 lines (27 loc) · 896 Bytes
/
Copy pathconfig.json
File metadata and controls
27 lines (27 loc) · 896 Bytes
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
{
"datasets_dir": "./data/",
"dino_weights_dir": "./weights/",
"models_dir": "./models/",
"results_dir": "./outputs/",
"submissions_dir": "./submissions/",
"categories": ["can", "fabric", "fruit_jelly", "rice", "sheet_metal", "vial", "wallplugs", "walnuts"],
"train_fraction": 1,
"threshold_fraction": 8,
"brightness_augmentation": [0.8, 1.2],
"patch_size": 640,
"patch_overlap": 128,
"backbone": "dinov3_vith16plus",
"layers": [7, 15, 23, 31],
"max_database_size": 100000,
"subsampling_iterations": 100,
"threshold_percentile": 95,
"threshold_factor": 1.421,
"evaluation_downscale": 4,
"closing_radius": 26,
"closing_angles": 16,
"closing_lower_threshold": 0.8,
"binary_erosion": 1,
"test_split": ["test_private", "test_private_mixed"],
"save_predictions": true,
"evaluate_good_images": false
}