From 60cd28bdfb410539ee582963e8f22bec4f0b7182 Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Tue, 22 May 2018 17:10:04 +0000 Subject: [PATCH] Fixed seg-fault that occurred if <class_id> in labels more than classes= in the cfg-file. --- 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