From d6ea2ef02689d124798ed97fbc062dbc669e8b1a Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Mon, 24 Jul 2017 15:50:54 +0000
Subject: [PATCH] Fix Debug to compile DLL in yolo_cpp_dll.vcxproj and yolo_cpp_dll_no_gpu.vcxproj

---
 src/layer.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/layer.h b/src/layer.h
index 9aff67f..eb480c0 100644
--- a/src/layer.h
+++ b/src/layer.h
@@ -67,6 +67,7 @@
     int size;
     int side;
     int stride;
+    int reverse;
     int pad;
     int sqrt;
     int flip;
@@ -118,6 +119,8 @@
     int bias_match;
     int random;
     float thresh;
+    int classfix;
+    int absolute;
 
     int dontload;
     int dontloadscales;

--
Gitblit v1.10.0