Files
Photovoltaic_Fault_Detector/Result_ssd7_panel/config_7_panel.json
dl-desktop b586f22bf0 Summary
2020-02-06 16:47:03 -03:00

29 lines
839 B
JSON

{
"model" : {
"backend": "ssd7",
"input": 400,
"labels": ["panel"]
},
"train": {
"train_image_folder": "../Train&Test_A/Train/images",
"train_annot_folder": "../Train&Test_A/Train/anns",
"train_image_set_filename": "../Train&Test_A/Train/train.txt",
"train_times": 1,
"batch_size": 8,
"learning_rate": 1e-4,
"nb_epochs": 10,
"warmup_epochs": 3,
"saved_weights_name": "experimento_ssd7_panel.h5",
"debug": true
},
"test": {
"test_image_folder": "../Train&Test_A/Test/images",
"test_annot_folder": "../Train&Test_A/Test/anns",
"test_image_set_filename": "../Train&Test_A/Test/test.txt"
}
}