29 lines
820 B
JSON
29 lines
820 B
JSON
{
|
|
"model" : {
|
|
"backend": "ssd7",
|
|
"input": 400,
|
|
"labels": ["1","2","3","4","5","6","7","8"]
|
|
},
|
|
|
|
"train": {
|
|
"train_image_folder": "Train&Test_C/images",
|
|
"train_annot_folder": "Train&Test_C/anns",
|
|
"train_image_set_filename": "Train&Test_C/train.txt",
|
|
|
|
"train_times": 1,
|
|
"batch_size": 8,
|
|
"learning_rate": 1e-4,
|
|
"nb_epochs": 10,
|
|
"warmup_epochs": 3,
|
|
"saved_weights_name": "experimento_ssd7_fault_C.h5",
|
|
"debug": true
|
|
},
|
|
|
|
|
|
"test": {
|
|
"test_image_folder": "Train&Test_C/images",
|
|
"test_annot_folder": "Train&Test_C/anns",
|
|
"test_image_set_filename": "Train&TestTest_C_1/test.txt"
|
|
}
|
|
}
|