From 70644c158ab80d3a3053925cb9aa62ab08d79a4c Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Sat, 26 Aug 2017 18:49:27 +0000
Subject: [PATCH] Remove from cmd-files the command for output videofile

---
 build/darknet/x64/darknet_demo_store.cmd   |    4 ++++
 build/darknet/x64/darknet_net_cam_coco.cmd |    2 +-
 build/darknet/x64/darknet_demo_voc.cmd     |    2 +-
 build/darknet/x64/darknet_web_cam_voc.cmd  |    2 +-
 4 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/build/darknet/x64/darknet_demo_store.cmd b/build/darknet/x64/darknet_demo_store.cmd
new file mode 100644
index 0000000..4f9e0c2
--- /dev/null
+++ b/build/darknet/x64/darknet_demo_store.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
\ No newline at end of file
diff --git a/build/darknet/x64/darknet_demo_voc.cmd b/build/darknet/x64/darknet_demo_voc.cmd
index 4f9e0c2..cea032c 100644
--- a/build/darknet/x64/darknet_demo_voc.cmd
+++ b/build/darknet/x64/darknet_demo_voc.cmd
@@ -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
\ No newline at end of file
diff --git a/build/darknet/x64/darknet_net_cam_coco.cmd b/build/darknet/x64/darknet_net_cam_coco.cmd
index 17f1d15..fe2b351 100644
--- a/build/darknet/x64/darknet_net_cam_coco.cmd
+++ b/build/darknet/x64/darknet_net_cam_coco.cmd
@@ -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
\ No newline at end of file
diff --git a/build/darknet/x64/darknet_web_cam_voc.cmd b/build/darknet/x64/darknet_web_cam_voc.cmd
index c072c84..57046ce 100644
--- a/build/darknet/x64/darknet_web_cam_voc.cmd
+++ b/build/darknet/x64/darknet_web_cam_voc.cmd
@@ -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
\ No newline at end of file

--
Gitblit v1.10.0