-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathconfig_300_fault_4.json
34 lines (29 loc) · 1.02 KB
/
config_300_fault_4.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
{
"model" : {
"backend": "ssd300",
"input": 400,
"labels": ["4"]
},
"train": {
"train_image_folder": "Train&Test_D/Train/images",
"train_annot_folder": "Train&Test_D/Train/anns",
"train_image_set_filename": "Train&Test_D/Train/train.txt",
"train_times": 1,
"batch_size": 12,
"learning_rate": 1e-4,
"warmup_epochs": 3,
"nb_epochs": 100,
"saved_weights_name": "Result_ssd300_fault_4/ssd300_fault_4.h5",
"debug": false
},
"valid": {
"valid_image_folder": "Train&Test_D/Test/images/",
"valid_annot_folder": "Train&Test_D/Test/anns/",
"valid_image_set_filename": "Train&Test_D/Test/test.txt"
},
"test": {
"test_image_folder": "Train&Test_D/Test/images",
"test_annot_folder": "Train&Test_D/Test/anns",
"test_image_set_filename": "Train&Test_D/Test/test.txt"
}
}