Fix the path to voc.data

This commit is contained in:
Chih-Hsu Lin 2018-06-01 00:07:04 -05:00 committed by GitHub
parent 0713fd9784
commit af4cc09a38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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