From 2972f8de8e896791dc690206216e7389dc576102 Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Mon, 19 Feb 2018 23:43:04 +0000 Subject: [PATCH] Fixed Tracking using SparsePyrLKOpticalFlow on CPU --- src/yolo_console_dll.cpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/yolo_console_dll.cpp b/src/yolo_console_dll.cpp index 3bd1246..dee4eab 100644 --- a/src/yolo_console_dll.cpp +++ b/src/yolo_console_dll.cpp @@ -11,6 +11,7 @@ #ifdef _WIN32 #define OPENCV +#define GPU #endif // To use tracking - uncomment the following line. Tracking is supported only by OpenCV 3.x -- Gitblit v1.10.0