panlei
2019-12-16 35f6dd60f51b44b1e6b4ddaacd17f95b9aa87edc
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
}