Fix the path to voc.data

pull/958/head
Chih-Hsu Lin 7 years ago committed by GitHub
parent 0713fd9784
commit af4cc09a38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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

Loading…
Cancel
Save