From cad4d1618fee74471d335314cb77070fee951a42 Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Sun, 25 Feb 2018 13:29:44 +0000 Subject: [PATCH] Added support for Tensor Cores CC >= 7.0 (V100). For FP16/32 (mixed precision) define CUDNN_HALF should be used. --- 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 dee4eab..f08d531 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 -- Gitblit v1.10.0