Alexey
2017-08-26 0316685077bf82d4dbeadb9e947e3ea16b6ae703
Update Readme.md
1 files modified
2 ■■■ changed files
README.md 2 ●●● patch | view | raw | blame | history
README.md
@@ -70,7 +70,7 @@
##### How to use on the command line:
On Linux use `./darknet` instead of `darknet.exe`, like this: `./darknet detector test data/coco.data yolo.cfg yolo.weights`
On Linux use `./darknet` instead of `darknet.exe`, like this:`./darknet detector test ./cfg/coco.data ./cfg/yolo.cfg ./yolo.weights`
* 194 MB COCO-model - image: `darknet.exe detector test data/coco.data yolo.cfg yolo.weights -i 0 -thresh 0.2`
* Alternative method 194 MB COCO-model - image: `darknet.exe detect yolo.cfg yolo.weights -i 0 -thresh 0.2`