Alexey
2017-11-26 eeb81f29375298dc1c8fc64374f40b6a743577a9
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";