From 5424987dd11a3e3d968cbcf625bdfc0bb42e6fc6 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Thu, 11 Jan 2018 13:11:16 +0000
Subject: [PATCH] Fixed unused tracking for OpenCV 2.x
---
src/layer.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/layer.h b/src/layer.h
index eb480c0..285abe3 100644
--- a/src/layer.h
+++ b/src/layer.h
@@ -122,6 +122,8 @@
int classfix;
int absolute;
+ int onlyforward;
+ int stopbackward;
int dontload;
int dontloadscales;
--
Gitblit v1.10.0