Remove from cmd-files the command for output videofile

This commit is contained in:
AlexeyAB
2017-08-26 21:49:27 +03:00
parent dec4c10c97
commit 70644c158a
4 changed files with 7 additions and 3 deletions

View File

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

View File

@ -1,4 +1,4 @@
darknet.exe detector demo data/voc.data yolo-voc.cfg yolo-voc.weights test.mp4 -i 0 -out_filename res.avi
darknet.exe detector demo data/voc.data yolo-voc.cfg 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 detector demo data/coco.data yolo.cfg yolo.weights http://192.168.0.80:8080/video?dummy=param.mjpg -i 0 -out_filename res.avi
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

@ -1,6 +1,6 @@
# play video from Web-Camera number 0
darknet.exe detector demo data/voc.data yolo-voc.cfg yolo-voc.weights -c 0 -out_filename res.avi
darknet.exe detector demo data/voc.data yolo-voc.cfg yolo-voc.weights -c 0
pause