From 5eb552fcfcfc8a43b68cc593d1e0e15ebde40b20 Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Fri, 30 Jun 2017 16:01:32 +0000 Subject: [PATCH] Un-commented the line to saving output video file. --- build/darknet/x64/darknet_demo_voc.cmd | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/build/darknet/x64/darknet_demo_voc.cmd b/build/darknet/x64/darknet_demo_voc.cmd index e37b196..cea032c 100644 --- a/build/darknet/x64/darknet_demo_voc.cmd +++ b/build/darknet/x64/darknet_demo_voc.cmd @@ -1,6 +1,4 @@ - - -darknet.exe yolo demo yolo-voc.cfg yolo-voc.weights test.mp4 -i 0 +darknet.exe detector demo data/voc.data yolo-voc.cfg yolo-voc.weights test.mp4 -i 0 pause \ No newline at end of file -- Gitblit v1.10.0