mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Remove from cmd-files the command for output videofile
This commit is contained in:
4
build/darknet/x64/darknet_demo_store.cmd
Normal file
4
build/darknet/x64/darknet_demo_store.cmd
Normal 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
|
@ -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
|
Reference in New Issue
Block a user