---
panlei
2019-11-19 a6cecf4a41eaf57b71247121f7e53529cb85683b
algorithm/personUnsual/personUnsual.go
@@ -83,7 +83,7 @@
   //args := am.targetNum     targetNum 已成所有目标的总数量,这里只算yolo的
   var num int = 0
   for _, data := range am.FilterData {
      if data.IsYolo {
      if data.Type == "yolo" {
         num++
      }
   }