| | |
| | | |
| | | ##### 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` |