From e56e3215bfee2d144520e399cc1b381868384600 Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期六, 14 十二月 2019 17:44:55 +0800 Subject: [PATCH] dev改为pro --- 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 b59b63d..cd95366 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