From b2c03b1615535dc717e196c560901e9e420c96d6 Mon Sep 17 00:00:00 2001
From: Tino Hager <tino.hager@nager.at>
Date: Sun, 24 Jun 2018 20:45:07 +0000
Subject: [PATCH] fix build error, add c# wrapper class

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

diff --git a/build/darknet/x64/darknet_net_cam_voc.cmd b/build/darknet/x64/darknet_net_cam_voc.cmd
index 2311d00..2a0a3ae 100644
--- a/build/darknet/x64/darknet_net_cam_voc.cmd
+++ b/build/darknet/x64/darknet_net_cam_voc.cmd
@@ -5,7 +5,7 @@
 #
 # Replace the address below, on shown in the phone application
 
-darknet.exe detector demo data/voc.data yolo-voc.cfg yolo-voc.weights http://192.168.0.80:8080/video?dummy=param.mjpg -i 0 
+darknet.exe detector demo data/voc.data cfg/yolov2-voc.cfg yolo-voc.weights http://192.168.0.80:8080/video?dummy=param.mjpg -i 0 
 
 
 pause
\ No newline at end of file

--
Gitblit v1.10.0