From accf3a59c8b17c70dcc39e8f7daede017190086d Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Tue, 31 Oct 2017 19:10:31 +0000
Subject: [PATCH] Validate and recall always with batch=1
---
src/yolo_console_dll.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/yolo_console_dll.cpp b/src/yolo_console_dll.cpp
index 88813cc..25497ce 100644
--- a/src/yolo_console_dll.cpp
+++ b/src/yolo_console_dll.cpp
@@ -85,7 +85,7 @@
std::string filename;
if (argc > 1) filename = argv[1];
- Detector detector("yolo-voc.cfg", "yolo-voc.weights");
+ Detector detector("cfg/yolo-voc.cfg", "yolo-voc.weights");
auto obj_names = objects_names_from_file("data/voc.names");
std::string out_videofile = "result.avi";
--
Gitblit v1.10.0