From a19604bf5fed9ca1c708e96bfe4879144b33b90f Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Wed, 7 Sep 2016 22:52:11 -0700
Subject: [PATCH] ok back

---
 src/yolo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/yolo.c b/src/yolo.c
index f8246b4..43d5355 100644
--- a/src/yolo.c
+++ b/src/yolo.c
@@ -374,7 +374,7 @@ void run_yolo(int argc, char **argv)
         voc_labels[i] = load_image_color(buff, 0, 0);
     }
 
-    float thresh = find_float_arg(argc, argv, "-thresh", .15);
+    float thresh = find_float_arg(argc, argv, "-thresh", .2);
     int cam_index = find_int_arg(argc, argv, "-c", 0);
     int frame_skip = find_int_arg(argc, argv, "-s", 0);
     if(argc < 4){
-- 
GitLab