From eeb81f29375298dc1c8fc64374f40b6a743577a9 Mon Sep 17 00:00:00 2001
From: Alexey <AlexeyAB@users.noreply.github.com>
Date: Sun, 26 Nov 2017 17:47:37 +0000
Subject: [PATCH] Update Readme.md

---
 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