From 1e935bd9138be747d75be6352a58bff9f9761ba4 Mon Sep 17 00:00:00 2001 From: Daniel Saavedra Date: Thu, 20 Feb 2020 11:08:57 -0300 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 062b1c0..a57efd0 100755 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ The configuration file for YOLO3 is a json file, which looks like this (example } } ``` -The configuration file for SSD300 is a json file, which looks like this (example soiling fault ): +The configuration file for SSD300 is a json file, which looks like this (example soiling fault ) and .txt with name of images (train.txt): ``` { "model" : { @@ -126,10 +126,15 @@ The configuration file for SSD300 is a json file, which looks like this (exampl "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",