From 57b0fb14a6a3a4669b8bbd4b9c09407063eda61f Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Fri, 28 Apr 2017 11:02:29 +0000 Subject: [PATCH] Added old yolo-voc.2.0.cfg and yolo.2.0.cfg --- README.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/README.md b/README.md index 225e883..99495d1 100644 --- a/README.md +++ b/README.md @@ -275,7 +275,7 @@  - 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.1. At first, in your file `obj.data` you must specify the path to the validation dataset `valid = valid.txt` (format of `valid.txt` as in `train.txt`), and if you haven't validation images, just copy `data\train.txt` to `data\valid.txt`. 2.2 If training is stopped after 9000 iterations, to validate some of previous weights use this commands: -- Gitblit v1.10.0