Primeros Resultados

This commit is contained in:
dl-desktop
2020-02-06 10:21:56 -03:00
parent d5dedcaff1
commit f556a837bd
95 changed files with 15634 additions and 837 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,28 @@
{
"model" : {
"backend": "ssd7",
"input": 400,
"labels": ["panel"]
},
"train": {
"train_image_folder": "Train&Test_A/images",
"train_annot_folder": "Train&Test_A/anns",
"train_image_set_filename": "Train&Test_A/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/images",
"test_annot_folder": "Train&Test_A/anns",
"test_image_set_filename": "Train&Test_A/test.txt"
}
}

Binary file not shown.