From c96ee33073d49c78db89c2f873c64cfc73efaa9b Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期二, 19 十一月 2019 11:31:53 +0800 Subject: [PATCH] --- --- algorithm/middleware/readyData.go | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/algorithm/middleware/readyData.go b/algorithm/middleware/readyData.go index 87842ac..12411a8 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 := 80.0 // 鐩镐技搴� + threshold := 60.0 // 鐩镐技搴� intersectionper := 20.0 // 鍗犳瘮 size := 0.0 // 灏哄 @@ -166,6 +166,7 @@ if sdkinfo.Sdktype == "Plate" { // 杞︾墝璇嗗埆 arg := structure.SdkData{} arg.TaskId = m.Tasklab.Taskid + logger.Info("杞︾墝鐨刬pcid锛�",sdkinfo.Ipcid) arg.IpcId = sdkinfo.Ipcid arg.IsYolo = false arg.ImageWidth = int(i.Width) -- Gitblit v1.8.0