mirror of https://github.com/AlexeyAB/darknet.git
parent
991a240167
commit
d014f7530f
4 changed files with 5 additions and 5 deletions
@ -1,6 +1,6 @@ |
||||
|
||||
|
||||
darknet.exe detector test data/coco.data yolo.cfg yolo.weights -i 0 -thresh 0.3 |
||||
darknet.exe detector test data/coco.data yolo.cfg yolo.weights -i 0 -thresh 0.25 |
||||
|
||||
|
||||
pause |
@ -1,5 +1,5 @@ |
||||
|
||||
darknet.exe detector test data/coco.data yolov3.cfg yolov3.weights -i 0 -thresh 0.25 dogr.jpg |
||||
darknet.exe detector test data/coco.data yolov3.cfg yolov3.weights -i 0 -thresh 0.25 dog.jpg |
||||
|
||||
|
||||
pause |
Loading…
Reference in new issue