From 8d8dcdee61447a938ba262da5e6be539198b9c54 Mon Sep 17 00:00:00 2001 From: Daniel Saavedra Date: Fri, 13 Nov 2020 01:21:24 -0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 68f6450..0a1414e 100755 --- a/README.md +++ b/README.md @@ -224,7 +224,9 @@ It carries out detection on the image and write the image with detected bounding ## Evaluation The evaluation is integrated into the training process, if you want to do the independent evaluation you must go to the folder ssd_keras-master or keras-yolo3-master and use the following code -`python evaluate.py -c config.json` +`python evaluate.py -c config.json` +Example: +`python keras-yolo3-master/evaluate.py -c config_full_yolo_fault_1_infer.json` Compute the mAP performance of the model defined in `saved_weights_name` on the validation dataset defined in `valid_image_folder` and `valid_annot_folder`.