Remove from cmd-files the command for output videofile

pull/5342/head
AlexeyAB 8 years ago
parent dec4c10c97
commit 70644c158a
  1. 4
      build/darknet/x64/darknet_demo_store.cmd
  2. 2
      build/darknet/x64/darknet_demo_voc.cmd
  3. 2
      build/darknet/x64/darknet_net_cam_coco.cmd
  4. 2
      build/darknet/x64/darknet_web_cam_voc.cmd

@ -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

@ -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

@ -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

@ -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
Loading…
Cancel
Save