From 8df8b36f313688e3fb2b1240609c0cf12d8cf7b2 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Mon, 12 Feb 2018 19:49:40 +0000
Subject: [PATCH] Compile fix

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

diff --git a/src/detector.c b/src/detector.c
index d79fbcc..4e22055 100644
--- a/src/detector.c
+++ b/src/detector.c
@@ -82,6 +82,7 @@
     args.classes = classes;
     args.jitter = jitter;
     args.num_boxes = l.max_boxes;
+	args.small_object = l.small_object;
     args.d = &buffer;
     args.type = DETECTION_DATA;
 	args.threads = 4;// 8;

--
Gitblit v1.10.0