From 5baf36188a28982024d9b41d57179bed0390fd3c Mon Sep 17 00:00:00 2001
From: Alexey <AlexeyAB@users.noreply.github.com>
Date: Sat, 03 Feb 2018 12:37:48 +0000
Subject: [PATCH] Merge pull request #369 from stereomatchingkiss/fix_bug_368
---
src/detector.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/detector.c b/src/detector.c
index f401d20..d79fbcc 100644
--- a/src/detector.c
+++ b/src/detector.c
@@ -84,7 +84,7 @@
args.num_boxes = l.max_boxes;
args.d = &buffer;
args.type = DETECTION_DATA;
- args.threads = 8;
+ args.threads = 4;// 8;
args.angle = net.angle;
args.exposure = net.exposure;
--
Gitblit v1.10.0