From 34eb10fac7b0cc8ff4f081e9bf1ac8a3124fe0c5 Mon Sep 17 00:00:00 2001
From: panlei <2799247126@qq.com>
Date: 星期五, 13 十二月 2019 16:47:54 +0800
Subject: [PATCH] 去掉置信度阀门

---
 algorithm/middleware/readyData.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/algorithm/middleware/readyData.go b/algorithm/middleware/readyData.go
index 7eb4265..784569f 100644
--- a/algorithm/middleware/readyData.go
+++ b/algorithm/middleware/readyData.go
@@ -21,7 +21,7 @@
 func CountAreaObjs(a *structure.AreaMap,arg *structure.SdkData) {
 
 	a.TargetNum = 0
-	threshold := 70.0       // 鐩镐技搴�
+	threshold := 0.0       // 鐩镐技搴�
 	intersectionper := 20.0 // 鍗犳瘮
 	size := 0.0            // 灏哄
 

--
Gitblit v1.8.0