From 068090c3a4b4c8e53679a0b4def3f48db71540c5 Mon Sep 17 00:00:00 2001 From: AlexeyAB Date: Wed, 21 Feb 2018 00:14:46 +0300 Subject: [PATCH] Minor fix --- src/yolo_console_dll.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yolo_console_dll.cpp b/src/yolo_console_dll.cpp index dee4eab8..f08d5316 100644 --- a/src/yolo_console_dll.cpp +++ b/src/yolo_console_dll.cpp @@ -15,7 +15,7 @@ #endif // To use tracking - uncomment the following line. Tracking is supported only by OpenCV 3.x -#define TRACK_OPTFLOW +//#define TRACK_OPTFLOW #include "yolo_v2_class.hpp" // imported functions from DLL