From 132251d72325e1005ef6c47f83d6a4e9b9355d12 Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Sun, 03 Jun 2018 21:37:08 +0000 Subject: [PATCH] You can do: fuse_conv_batchnorm(network net) from DLL/SO-library --- 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