From 84d6533cb8112f23a34d3de76435a10f4620f4b8 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Mon, 23 Oct 2017 13:43:03 +0000
Subject: [PATCH] Fixed OpenCV usage in the yolo_console_dll.cpp

---
 src/network.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/network.c b/src/network.c
index 79940e6..2d755ae 100644
--- a/src/network.c
+++ b/src/network.c
@@ -356,6 +356,7 @@
         }else if(l.type == COST){
             resize_cost_layer(&l, inputs);
         }else{
+			fprintf(stderr, "Resizing type %d \n", (int)l.type);
             error("Cannot resize this type of layer");
         }
         if(l.workspace_size > workspace_size) workspace_size = l.workspace_size;

--
Gitblit v1.10.0