---
panlei
2019-11-18 8747602243065f25b054976f14809d47839fdb9b
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++
      }
   }