From ea09a6e0b38e1ddf43ffcd81d27f0506411eb8e4 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Tue, 09 Jan 2018 19:26:54 +0000
Subject: [PATCH] Command line for example of usage DLL/SO

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

diff --git a/src/detector.c b/src/detector.c
index 7d50412..5f2cec8 100644
--- a/src/detector.c
+++ b/src/detector.c
@@ -399,7 +399,7 @@
     int m = plist->size;
     int i=0;
 
-	float thresh = .2;// .001;
+	float thresh = .001;// .001;	// .2;
     float iou_thresh = .5;
     float nms = .4;
 

--
Gitblit v1.10.0