From 76a0d8fb6d4faf4179d7d12ee6e5007a7408b643 Mon Sep 17 00:00:00 2001 From: Joseph Redmon Date: Mon, 26 Mar 2018 08:59:39 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=F0=9F=94=A5=F0=9F=94=A5?= =?UTF-8?q?=F0=9F=94=A5=F0=9F=94=A5=F0=9F=94=A5=F0=9F=94=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/detector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/detector.c b/examples/detector.c index 72a88e85..326e07f1 100644 --- a/examples/detector.c +++ b/examples/detector.c @@ -572,7 +572,7 @@ void test_detector(char *datacfg, char *cfgfile, char *weightfile, char *filenam double time; char buff[256]; char *input = buff; - float nms=0; + float nms=.45; while(1){ if(filename){ strncpy(input, filename, 256);