mirror of https://github.com/AlexeyAB/darknet.git
parent
84cdbaa1f1
commit
6ccb41808c
4 changed files with 6 additions and 4 deletions
@ -1,6 +1,8 @@ |
||||
|
||||
darknet.exe detector test data/voc.data yolo-voc.cfg yolo-voc.weights 009460.jpg |
||||
|
||||
darknet.exe detector test data/voc.data yolo-voc.cfg yolo-voc.weights -i 0 -thresh 0.2 |
||||
|
||||
darknet.exe detector test data/voc.data yolo-voc.cfg yolo-voc.weights -i 0 -thresh 0.1 dogr.jpg |
||||
|
||||
|
||||
pause |
@ -1,6 +1,6 @@ |
||||
|
||||
|
||||
./darknet detector test ./cfg/voc.data ./cfg/yolo-voc.cfg ./yolo-voc.weights dog.jpg -i 0 -thresh 0.2 |
||||
./darknet detector test ./cfg/voc.data ./cfg/yolo-voc.cfg ./yolo-voc.weights data/dog.jpg -i 0 -thresh 0.2 |
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in new issue