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 }