Files
Photovoltaic_Fault_Detector/config_300_fault_C.json

29 lines
819 B
JSON
Raw Normal View History

2020-02-04 17:48:13 -03:00
{
"model" : {
"backend": "ssd300",
"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": 12,
"learning_rate": 1e-4,
"nb_epochs": 10,
"warmup_epochs": 3,
"saved_weights_name": "experimento_ssd300_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&Test_C/test.txt"
}
}