---
panlei
2019-12-17 cd60b7e3a0bbc09f4501f66260b5d961d58aaf49
structure/rule.go
@@ -15,8 +15,7 @@
   Type        string                   // 记载数据类型
   Location    Rect                     // 记下每个目标的位置参数,最后给结果装配目标数据的时候用的到
   Car         *protomsg.PlateIDVehicle // 车辆参数
   Feature     []byte
   BodyFeature []float32
   Feature     string
   ThftRes     protomsg.ThftResult
   Liker       []*BaseInfo
   TimeLable   string
@@ -53,8 +52,7 @@
   Score       float64 // 相似度得分(有多大程度像一个目标。人脸,人体或车等等)
   Type        string  // 记载数据类型
   ThftRes     protomsg.ThftResult
   Feature     []byte
   BodyFeature []float32
   Feature     string
   Car         *protomsg.PlateIDVehicle
}
@@ -115,7 +113,8 @@
type LittleRuleResult struct {
   SdkName string // 记录下此结果是哪个sdk的结果
   Result  string // 已包含了前置连接符
   Sort    int32
   Sort    int32  // 规则序号
   Target  []*Arg
}
type TimeRange struct {