Summary
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"model" : {
|
||||
"backend": "ssd7",
|
||||
"input": 400,
|
||||
"labels": ["panel"]
|
||||
},
|
||||
|
||||
"train": {
|
||||
"train_image_folder": "../Train&Test_A/Train/images",
|
||||
"train_annot_folder": "../Train&Test_A/Train/anns",
|
||||
"train_image_set_filename": "../Train&Test_A/Train/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/Test/images",
|
||||
"test_annot_folder": "../Train&Test_A/Test/anns",
|
||||
"test_image_set_filename": "../Train&Test_A/Test/test.txt"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 252 KiB |
|
After Width: | Height: | Size: 257 KiB |
|
After Width: | Height: | Size: 221 KiB |
|
After Width: | Height: | Size: 259 KiB |
|
After Width: | Height: | Size: 303 KiB |
|
After Width: | Height: | Size: 209 KiB |
|
After Width: | Height: | Size: 217 KiB |
|
After Width: | Height: | Size: 137 KiB |
|
After Width: | Height: | Size: 227 KiB |
|
After Width: | Height: | Size: 316 KiB |
@@ -0,0 +1 @@
|
||||
Tiempo promedio:0.10402042865753174
|
||||