From 336a19f14550ab1adbb0d9599284ac525fb6a5e0 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Thu, 08 Sep 2016 05:44:41 +0000
Subject: [PATCH] slight changes to default demo settings
---
src/demo.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/demo.c b/src/demo.c
index 020513f..7c480b7 100644
--- a/src/demo.c
+++ b/src/demo.c
@@ -48,7 +48,7 @@
void *detect_in_thread(void *ptr)
{
- float nms = .1;
+ float nms = .4;
detection_layer l = net.layers[net.n-1];
float *X = det_s.data;
--
Gitblit v1.10.0