ruleserver/ruleToformula.go
@@ -337,11 +337,11 @@ } } func putFaceToResult(am *AreaMap,faceList []*Arg) []Arg { func putFaceToResult(am *AreaMap,faceList []Arg) []Arg { faces := []Arg{} if len(am.filterData) > 0 { for _, data := range am.filterData { flag := true flag := true for _,face := range faceList { if data.Location.X == face.Location.X && data.Location.Y == face.Location.Y && data.Location.Width == face.Location.Width && data.Location.Height == face.Location.Height { flag = false