From f52040f0bf2cacc736ae666a3969cd99c73d828a Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Wed, 23 May 2018 15:43:51 +0000 Subject: [PATCH] Classifier uses C++ OpenCV cv::VideoCapture that hasn't bugs. --- 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