28 lines
822 B
JSON
28 lines
822 B
JSON
{
|
|
"model" : {
|
|
"backend": "ssd300",
|
|
"input": 400,
|
|
"labels": ["4"]
|
|
},
|
|
|
|
"train": {
|
|
"train_image_folder": "../Train&Test_D/Train/images",
|
|
"train_annot_folder": "../Train&Test_D/Train/anns",
|
|
"train_image_set_filename": "../Train&Test_D/Train/train.txt",
|
|
|
|
"train_times": 1,
|
|
"batch_size": 12,
|
|
"learning_rate": 1e-4,
|
|
"warmup_epochs": 3,
|
|
"saved_weights_name": "../Result_ssd300_fault_4/experimento_ssd300_fault_1.h5",
|
|
"debug": true
|
|
},
|
|
|
|
|
|
"test": {
|
|
"test_image_folder": "Train&Test_D/Test/images",
|
|
"test_annot_folder": "Train&Test_D/Test/anns",
|
|
"test_image_set_filename": "Train&Test_D/Test/test.txt"
|
|
}
|
|
}
|