From b3a3e92e8a482cf1c49322561077e8f3be54d619 Mon Sep 17 00:00:00 2001 From: Alexey <AlexeyAB@users.noreply.github.com> Date: Wed, 01 Mar 2017 12:43:16 +0000 Subject: [PATCH] Update Readme.md --- README.md | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/README.md b/README.md index 5c29830..d7b1707 100644 --- a/README.md +++ b/README.md @@ -264,7 +264,9 @@  - If training is stopped after 9000 iterations, to validate some of previous weights use this commands: + 2.1. At first, you should put filenames of validation images to file `data\voc.2007.test` (format as in `train.txt`) or if you haven't validation images - simply copy `data\train.txt` to `data\voc.2007.test`. + + 2.2 If training is stopped after 9000 iterations, to validate some of previous weights use this commands: * `darknet.exe detector recall data/obj.data yolo-obj.cfg backup\yolo-obj_7000.weights` * `darknet.exe detector recall data/obj.data yolo-obj.cfg backup\yolo-obj_8000.weights` -- Gitblit v1.10.0