From af4cc09a38ee33e69885c929aae0cf25dba29bfa Mon Sep 17 00:00:00 2001 From: Chih-Hsu Lin Date: Fri, 1 Jun 2018 00:07:04 -0500 Subject: [PATCH] Fix the path to voc.data --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e56efa8c..35bb7549 100644 --- a/README.md +++ b/README.md @@ -210,11 +210,11 @@ Then add to your created project: 7. Start training by using `train_voc.cmd` or by using the command line: - `darknet.exe detector train data/voc.data cfg/yolov3-voc.cfg darknet53.conv.74` + `darknet.exe detector train cfg/voc.data cfg/yolov3-voc.cfg darknet53.conv.74` (**Note:** To disable Loss-Window use flag `-dont_show`. If you are using CPU, try `darknet_no_gpu.exe` instead of `darknet.exe`.) -If required change pathes in the file `build\darknet\x64\data\voc.data` +If required change pathes in the file `build\darknet\cfg\voc.data` More information about training by the link: http://pjreddie.com/darknet/yolo/#train-voc