From 47409529d0eb935fa7bafbe2b3484431117269f5 Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Thu, 09 Mar 2017 22:58:06 +0000 Subject: [PATCH] Fixed path to opencv vc12 .lib-files --- README.md | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c29830..a5811c8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,10 @@ 5. [When should I stop training](#when-should-i-stop-training) 6. [How to mark bounded boxes of objects and create annotation files](#how-to-mark-bounded-boxes-of-objects-and-create-annotation-files) -|  |  https://arxiv.org/abs/1612.08242 | +|  |  https://arxiv.org/abs/1612.08242 | +|---|---| + +|  |  https://arxiv.org/abs/1612.08242 | |---|---| @@ -264,7 +267,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