Files
Photovoltaic_Fault_Detector/config_300_fault_1.json

33 lines
1.1 KiB
JSON
Raw Normal View History

2020-02-04 17:48:13 -03:00
{
"model" : {
"backend": "ssd300",
"input": 400,
"labels": ["1"]
},
"train": {
2020-02-06 16:47:03 -03:00
"train_image_folder": "Train&Test_S/Train/images",
"train_annot_folder": "Train&Test_S/Train/anns",
"train_image_set_filename": "Train&Test_S/Train/train.txt",
2020-02-04 17:48:13 -03:00
"train_times": 1,
"batch_size": 12,
"learning_rate": 1e-4,
"warmup_epochs": 3,
2020-02-20 13:41:35 -03:00
"nb_epochs": 100,
2020-02-06 16:47:03 -03:00
"saved_weights_name": "Result_ssd300_fault_1/experimento_ssd300_fault_1.h5",
2020-02-04 17:48:13 -03:00
"debug": true
},
2020-02-20 13:41:35 -03:00
"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"
},
2020-02-04 17:48:13 -03:00
"test": {
2020-02-06 16:47:03 -03:00
"test_image_folder": "Train&Test_S/Test/images",
"test_annot_folder": "Train&Test_S/Test/anns",
"test_image_set_filename": "Train&Test_S/Test/test.txt"
2020-02-04 17:48:13 -03:00
}
}