Summary
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user