This commit is contained in:
dl-desktop
2020-02-06 16:47:03 -03:00
parent 6328265287
commit b586f22bf0
318 changed files with 25111 additions and 664 deletions

View File

@@ -6,23 +6,22 @@
},
"train": {
"train_image_folder": "Train&Test_S/images",
"train_annot_folder": "Train&Test_S/anns",
"train_image_set_filename": "Train&Test_S/train.txt",
"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",
"train_times": 1,
"batch_size": 12,
"learning_rate": 1e-4,
"nb_epochs": 10,
"warmup_epochs": 3,
"saved_weights_name": "experimento_ssd300_fault_1.h5",
"saved_weights_name": "Result_ssd300_fault_1/experimento_ssd300_fault_1.h5",
"debug": true
},
"test": {
"test_image_folder": "Train&Test_S/images",
"test_annot_folder": "Train&Test_S/anns",
"test_image_set_filename": "Train&Test_S/test.txt"
"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"
}
}