panlei
2019-12-05 cbe73e3706a6494b506febd0e4a51ce1096aae1f
structure/rule.go
@@ -5,7 +5,7 @@
)
// 每个目标的参数:相似度,占比,尺寸
type Arg struct {
type SourceArg struct {
   Id         string
   Uuid      string
   Score      float64 // 区域内的目标的相似度
@@ -22,6 +22,10 @@
   CacheData  ResultMsg
}
type Arg struct {
   SourceArg
   AttachArg SourceArg
}
// 每个区域内的图片数据集合
type AreaMap struct {
   CameraId      string
@@ -127,7 +131,4 @@
   MonitorLevel string  `json:"monitorLevel"`
   Content      string  `json:"content"`
   DbLabel       string    `json:"labels"`
   //PhoneNum     string  `json:"phoneNum"`
   //Sex          string  `json:"sex"`
   //IdCard       string  `json:"idCard"`
}