From a2666d5b3cfdcbab1e2eb66ca41f8b6835d4ffc8 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Tue, 22 May 2018 15:23:48 +0000
Subject: [PATCH] Fixed replace_image_to_label(): replaces directories only for Pascal VOC and COCO, replaces only extensions for other.

---
 build/darknet/x64/darknet_net_cam_coco.cmd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/build/darknet/x64/darknet_net_cam_coco.cmd b/build/darknet/x64/darknet_net_cam_coco.cmd
index 17f1d15..414bff0 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 cfg/yolov2.cfg yolov2.weights http://192.168.0.80:8080/video?dummy=param.mjpg -i 0
 
 
 pause
\ No newline at end of file

--
Gitblit v1.10.0