From 1db9c5c29fab1bb2886e7e1af8421b9a0d9b180b Mon Sep 17 00:00:00 2001 From: Daniel Saavedra Date: Thu, 20 Feb 2020 13:41:35 -0300 Subject: [PATCH] edit config --- config_300_fault_1.json | 7 ++++++- config_full_yolo_fault_1.json | 8 ++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/config_300_fault_1.json b/config_300_fault_1.json index 58676c9..b90945f 100644 --- a/config_300_fault_1.json +++ b/config_300_fault_1.json @@ -14,10 +14,15 @@ "batch_size": 12, "learning_rate": 1e-4, "warmup_epochs": 3, + "nb_epochs": 100, "saved_weights_name": "Result_ssd300_fault_1/experimento_ssd300_fault_1.h5", "debug": true }, - + "valid": { + "valid_image_folder": "../Train&Test_D/Test/images/", + "valid_annot_folder": "../Train&Test_D/Test/anns/", + "valid_image_set_filename": "../Train&Test_D/Test/test.txt" + }, "test": { "test_image_folder": "Train&Test_S/Test/images", diff --git a/config_full_yolo_fault_1.json b/config_full_yolo_fault_1.json index 539f804..82d6bbb 100755 --- a/config_full_yolo_fault_1.json +++ b/config_full_yolo_fault_1.json @@ -10,7 +10,7 @@ "train": { "train_image_folder": "../Train&Test_S/Train/images/", "train_annot_folder": "../Train&Test_S/Train/anns/", - "cache_name": "../Experimento_fault_1/Resultados_yolo3/full_yolo/experimento_fault_1_gpu.pkl", + "cache_name": "../Result_yolo3_fault_1/experimento_fault_1_gpu.pkl", "train_times": 1, @@ -28,21 +28,21 @@ "class_scale": 1, "tensorboard_dir": "log_experimento_fault_gpu", - "saved_weights_name": "../Experimento_fault_1/Resultados_yolo3/full_yolo/experimento_yolo3_full_fault.h5", + "saved_weights_name": "../Result_yolo3_fault_1/experimento_yolo3_full_fault.h5", "debug": true }, "valid": { "valid_image_folder": "../Train&Test_S/Test/images/", "valid_annot_folder": "../Train&Test_S/Test/anns/", - "cache_name": "../Experimento_fault_1/Resultados_yolo3/full_yolo/val_fault_1.pkl", + "cache_name": "../Result_yolo3_fault_1/val_fault_1.pkl", "valid_times": 1 }, "test": { "test_image_folder": "../Train&Test_S/Test/images/", "test_annot_folder": "../Train&Test_S/Test/anns/", - "cache_name": "../Experimento_fault_1/Resultados_yolo3/full_yolo/test_fault_1.pkl", + "cache_name": "../Result_yolo3_fault_1/test_fault_1.pkl", "test_times": 1 }