From 88dbaff4e6c1a648491d0fe7d58f05d31ced69fe Mon Sep 17 00:00:00 2001 From: Alexey <AlexeyAB@users.noreply.github.com> Date: Wed, 22 Aug 2018 12:53:31 +0000 Subject: [PATCH] Merge pull request #1466 from r0l1/master --- 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