From 9f7d403a3cb7dc62c658231f4cf18e33d152806c Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Wed, 28 Mar 2018 20:33:03 +0000
Subject: [PATCH] Added Yolo v2 bash files

---
 video_v2.sh     |    6 ++++++
 net_cam_v3.sh   |    6 ++++++
 image_yolov2.sh |    6 ++++++
 3 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/image_yolov2.sh b/image_yolov2.sh
new file mode 100644
index 0000000..b1d5186
--- /dev/null
+++ b/image_yolov2.sh
@@ -0,0 +1,6 @@
+
+
+./darknet detector test ./cfg/voc.data ./cfg/yolov2.cfg ./yolov2.weights data/dog.jpg -i 0 -thresh 0.2
+
+
+
diff --git a/net_cam_v3.sh b/net_cam_v3.sh
new file mode 100644
index 0000000..5320edd
--- /dev/null
+++ b/net_cam_v3.sh
@@ -0,0 +1,6 @@
+#rm test_dnn_out.avi
+
+./darknet detector demo ./cfg/coco.data ./cfg/yolov3.cfg ./yolov3.weightss rtsp://admin:admin12345@192.168.0.228:554 -i 0 -thresh 0.25
+
+
+
diff --git a/video_v2.sh b/video_v2.sh
new file mode 100644
index 0000000..919c579
--- /dev/null
+++ b/video_v2.sh
@@ -0,0 +1,6 @@
+
+
+./darknet detector demo ./cfg/coco.data ./cfg/yolov2.cfg ./yolov2.weights test50.mp4 -i 0 -thresh 0.25
+
+
+

--
Gitblit v1.10.0