DataExcel to XML

This commit is contained in:
Daniel Saavedra
2020-01-26 17:49:04 -03:00
parent 1e09ec4f57
commit 64a4712ec1
8 changed files with 3245 additions and 0 deletions

28
config_7_fault.json Normal file
View File

@@ -0,0 +1,28 @@
{
"model" : {
"backend": "ssd7",
"input": 400,
"labels": ["1","2","3","4","5","6","7","8"]
},
"train": {
"train_image_folder": "Train&Test_B/images",
"train_annot_folder": "Train&Test_B/anns",
"train_image_set_filename": "Train&Test_B/train.txt",
"train_times": 1,
"batch_size": 8,
"learning_rate": 1e-4,
"nb_epochs": 10,
"warmup_epochs": 3,
"saved_weights_name": "experimento_ssd7_fault.h5",
"debug": true
},
"test": {
"test_image_folder": "Train&Test_B/images",
"test_annot_folder": "Train&Test_B/anns",
"test_image_set_filename": "Train&Test_B/test.txt"
}
}