-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
40 lines (34 loc) · 1.38 KB
/
config.json
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
{
"model" : {
"min_input_size": 288,
"max_input_size": 448,
"anchors": [24,33, 34,100, 49,268, 88,39, 98,123, 144,280, 239,56, 291,152, 354,359],
"labels": ["Crack", "Spallation", "Efflorescence", "ExposedBars", "CorrosionStain"]
},
"train": {
"train_image_folder": "E:\\EPHEC\\Bac_3\\Q2\\TFE\\experiencor\\keras-yolo3-master\\train_image_folder\\",
"train_annot_folder": "E:\\EPHEC\\Bac_3\\Q2\\TFE\\experiencor\\keras-yolo3-master\\train_annot_folder\\",
"cache_name": "defect_aug_train.pkl",
"train_times": 8,
"batch_size": 2,
"learning_rate": 1e-4,
"nb_epochs": 100,
"warmup_epochs": 3,
"ignore_thresh": 0.5,
"gpus": "0",
"grid_scales": [1,1,1],
"obj_scale": 5,
"noobj_scale": 1,
"xywh_scale": 1,
"class_scale": 1,
"tensorboard_dir": "logs",
"saved_weights_name": "defect.h5",
"debug": true
},
"valid": {
"valid_image_folder": "valid_image_folder\\",
"valid_annot_folder": "valid_annot_folder\\",
"cache_name": "validation_defect_aug.pkl",
"valid_times": 1
}
}