Fixed command line examples

This commit is contained in:
AlexeyAB
2016-12-06 14:41:18 +03:00
parent 26b20b78f7
commit d50ebc7fdf
8 changed files with 18 additions and 8 deletions

View File

@ -0,0 +1,6 @@
darknet.exe detector test data/coco.data yolo.cfg yolo.weights -i 0 -thresh 0.1
pause

View File

@ -1,6 +1,6 @@
darknet.exe yolo demo yolo.cfg yolo.weights test.mp4 -i 0
darknet.exe detector demo data/coco.data yolo.cfg yolo.weights test.mp4 -i 0
pause

View File

@ -1,6 +1,4 @@
darknet.exe yolo demo yolo-voc.cfg yolo-voc.weights test.mp4 -i 0
darknet.exe detector demo data/voc.data yolo-voc.cfg yolo-voc.weights test.mp4 -i 0
pause

View File

@ -1,6 +1,6 @@
darknet.exe yolo demo yolo-voc.cfg yolo-voc.weights %1 -i 0
darknet.exe detector demo data/voc.data yolo-voc.cfg yolo-voc.weights %1 -i 0
pause

View File

@ -1,6 +1,6 @@
darknet.exe yolo demo tiny-yolo-voc.cfg tiny-yolo-voc.weights test.mp4 -i 0
darknet.exe detector demo data/voc.data tiny-yolo-voc.cfg tiny-yolo-voc.weights test.mp4 -i 0
pause

View File

@ -5,7 +5,7 @@
#
# Replace the address below, on shown in the phone application
darknet.exe yolo demo yolo.cfg yolo.weights http://192.168.0.80:8080/video?dummy=param.mjpg -i 0
darknet.exe detector demo data/coco.data yolo.cfg yolo.weights http://192.168.0.80:8080/video?dummy=param.mjpg -i 0
pause

View File

@ -5,7 +5,7 @@
#
# Replace the address below, on shown in the phone application
darknet.exe yolo demo yolo-voc.cfg yolo-voc.weights http://192.168.0.80:8080/video?dummy=param.mjpg -i 0
darknet.exe detector demo data/voc.data yolo-voc.cfg yolo-voc.weights http://192.168.0.80:8080/video?dummy=param.mjpg -i 0
pause

View File

@ -0,0 +1,6 @@
darknet.exe detector test data/voc.data yolo-voc.cfg yolo-voc.weights -i 0 -thresh 0.1
pause