algorithm/face/face.go
@@ -1,4 +1,4 @@ package face package main import ( "basic.com/pubsub/protomsg.git" @@ -9,6 +9,7 @@ ) // 人脸算法 func Entrance(rule *protomsg.Rule, am *structure.AreaMap) structure.LittleRuleResult { logger.Debug("---------走了人脸算法") return filterRule(rule,am) }