From 2c29218e4ee70afa28076709791ed14021575511 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Tue, 13 Feb 2018 21:25:11 +0000
Subject: [PATCH] Added compute_mAP.cmd for calculation mAP for Pascal VOC 2007 dataset. Added reval_voc_py3.py and voc_eval_py3.py for Python3.
---
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