---
panlei
2019-08-16 ed702a2b5b621d1352fce0eab08cccc9d5247d43
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)
}