From 4a2a2250f9470e28e83c9e5db900e8ff71dfc416 Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Wed, 20 Jun 2018 23:42:39 +0000 Subject: [PATCH] Fixed removing escape symbols for command line arguments --- 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