From db3a3c54c5078dca64a3076113bec93c11f4be63 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Sat, 03 Feb 2018 12:35:13 +0000
Subject: [PATCH] Some fixes

---
 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