From a720bf74e233c956e5281871ede722a2c7cf54db Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Mon, 21 May 2018 21:15:04 +0000 Subject: [PATCH] Added flag -ext_output for detector demo. Fixed proportional resize of network for random=1 --- build/darknet/x64/darknet_coco.cmd | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/build/darknet/x64/darknet_coco.cmd b/build/darknet/x64/darknet_coco.cmd index b29b606..4500fc3 100644 --- a/build/darknet/x64/darknet_coco.cmd +++ b/build/darknet/x64/darknet_coco.cmd @@ -1,6 +1,6 @@ -darknet.exe detector test data/coco.data yolo.cfg yolo.weights -i 0 -thresh 0.25 +darknet.exe detector test data/coco.data cfg/yolov2.cfg yolov2.weights -i 0 -thresh 0.25 pause \ No newline at end of file -- Gitblit v1.10.0