Primeros Resultados
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
experimento_ssd300_fault_1.h5
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"model" : {
|
||||
"backend": "ssd300",
|
||||
"input": 400,
|
||||
"labels": ["1"]
|
||||
},
|
||||
|
||||
"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_times": 1,
|
||||
"batch_size": 12,
|
||||
"learning_rate": 1e-4,
|
||||
"nb_epochs": 10,
|
||||
"warmup_epochs": 3,
|
||||
"saved_weights_name": "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"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 205 KiB |
|
After Width: | Height: | Size: 130 KiB |
|
After Width: | Height: | Size: 192 KiB |
|
After Width: | Height: | Size: 196 KiB |
|
After Width: | Height: | Size: 189 KiB |
|
After Width: | Height: | Size: 149 KiB |
|
After Width: | Height: | Size: 165 KiB |
|
After Width: | Height: | Size: 152 KiB |
|
After Width: | Height: | Size: 184 KiB |
|
After Width: | Height: | Size: 181 KiB |
|
After Width: | Height: | Size: 179 KiB |
|
After Width: | Height: | Size: 110 KiB |
|
After Width: | Height: | Size: 109 KiB |
|
After Width: | Height: | Size: 139 KiB |
|
After Width: | Height: | Size: 154 KiB |
|
After Width: | Height: | Size: 148 KiB |
|
After Width: | Height: | Size: 156 KiB |
|
After Width: | Height: | Size: 114 KiB |
|
After Width: | Height: | Size: 108 KiB |
|
After Width: | Height: | Size: 205 KiB |
|
After Width: | Height: | Size: 162 KiB |
|
After Width: | Height: | Size: 162 KiB |
|
After Width: | Height: | Size: 171 KiB |
|
After Width: | Height: | Size: 127 KiB |
|
After Width: | Height: | Size: 172 KiB |
@@ -0,0 +1 @@
|
||||
Tiempo promedio:0.07926161766052246
|
||||
@@ -6,9 +6,9 @@
|
||||
},
|
||||
|
||||
"train": {
|
||||
"train_image_folder": "Train&Test_1/images",
|
||||
"train_annot_folder": "Train&Test_1/anns",
|
||||
"train_image_set_filename": "Train&Test_1/train.txt",
|
||||
"train_image_folder": "Train&Test_S/images",
|
||||
"train_annot_folder": "Train&Test_S/anns",
|
||||
"train_image_set_filename": "Train&Test_S/train.txt",
|
||||
|
||||
"train_times": 1,
|
||||
"batch_size": 12,
|
||||
@@ -21,8 +21,8 @@
|
||||
|
||||
|
||||
"test": {
|
||||
"test_image_folder": "Train&Test_1/images",
|
||||
"test_annot_folder": "Train&Test_1/anns",
|
||||
"test_image_set_filename": "Train&Test_1/test.txt"
|
||||
"test_image_folder": "Train&Test_S/images",
|
||||
"test_annot_folder": "Train&Test_S/anns",
|
||||
"test_image_set_filename": "Train&Test_S/test.txt"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
},
|
||||
|
||||
"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": 8,
|
||||
@@ -21,8 +21,8 @@
|
||||
|
||||
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
|
After Width: | Height: | Size: 160 KiB |
|
After Width: | Height: | Size: 100 KiB |
|
After Width: | Height: | Size: 163 KiB |
|
After Width: | Height: | Size: 164 KiB |
|
After Width: | Height: | Size: 181 KiB |
|
After Width: | Height: | Size: 136 KiB |
|
After Width: | Height: | Size: 156 KiB |
|
After Width: | Height: | Size: 144 KiB |
|
After Width: | Height: | Size: 178 KiB |
|
After Width: | Height: | Size: 174 KiB |
|
After Width: | Height: | Size: 171 KiB |
|
After Width: | Height: | Size: 102 KiB |
|
After Width: | Height: | Size: 96 KiB |
|
After Width: | Height: | Size: 134 KiB |
|
After Width: | Height: | Size: 157 KiB |
|
After Width: | Height: | Size: 155 KiB |
|
After Width: | Height: | Size: 158 KiB |
|
After Width: | Height: | Size: 108 KiB |
|
After Width: | Height: | Size: 101 KiB |
|
After Width: | Height: | Size: 188 KiB |
|
After Width: | Height: | Size: 156 KiB |
|
After Width: | Height: | Size: 153 KiB |
|
After Width: | Height: | Size: 163 KiB |
|
After Width: | Height: | Size: 123 KiB |
|
After Width: | Height: | Size: 169 KiB |
@@ -0,0 +1 @@
|
||||
Tiempo promedio:0.07781978607177735
|
||||
|
After Width: | Height: | Size: 207 KiB |
|
After Width: | Height: | Size: 106 KiB |
|
After Width: | Height: | Size: 202 KiB |
|
After Width: | Height: | Size: 211 KiB |
|
After Width: | Height: | Size: 195 KiB |
|
After Width: | Height: | Size: 159 KiB |
|
After Width: | Height: | Size: 173 KiB |
|
After Width: | Height: | Size: 164 KiB |
|
After Width: | Height: | Size: 187 KiB |
|
After Width: | Height: | Size: 193 KiB |
|
After Width: | Height: | Size: 185 KiB |
|
After Width: | Height: | Size: 106 KiB |
|
After Width: | Height: | Size: 104 KiB |
|
After Width: | Height: | Size: 140 KiB |
|
After Width: | Height: | Size: 173 KiB |
|
After Width: | Height: | Size: 160 KiB |
|
After Width: | Height: | Size: 182 KiB |
|
After Width: | Height: | Size: 110 KiB |
|
After Width: | Height: | Size: 105 KiB |
|
After Width: | Height: | Size: 208 KiB |
|
After Width: | Height: | Size: 179 KiB |
|
After Width: | Height: | Size: 189 KiB |
|
After Width: | Height: | Size: 194 KiB |
|
After Width: | Height: | Size: 126 KiB |
|
After Width: | Height: | Size: 178 KiB |
@@ -0,0 +1 @@
|
||||
Tiempo promedio:0.018647890090942382
|
||||