From 3d0e7a81dce55e855ed7c64a2094e7afcaf4f243 Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期四, 23 四月 2020 10:19:54 +0800
Subject: [PATCH] fix sdk.proto new standard output
---
sdk.pb.go | 6754 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sdk.proto | 169 +
2 files changed, 6,895 insertions(+), 28 deletions(-)
diff --git a/sdk.pb.go b/sdk.pb.go
index 94a2289..eeb30c4 100644
--- a/sdk.pb.go
+++ b/sdk.pb.go
@@ -4,6 +4,7 @@
package protomsg
import (
+ encoding_binary "encoding/binary"
fmt "fmt"
proto "github.com/gogo/protobuf/proto"
io "io"
@@ -334,44 +335,1566 @@
return nil
}
+type FaceAngle struct {
+ Yaw int32 `protobuf:"varint,1,opt,name=yaw,proto3" json:"yaw,omitempty"`
+ Pitch int32 `protobuf:"varint,2,opt,name=pitch,proto3" json:"pitch,omitempty"`
+ Roll int32 `protobuf:"varint,3,opt,name=roll,proto3" json:"roll,omitempty"`
+ Confidence float32 `protobuf:"fixed32,4,opt,name=confidence,proto3" json:"confidence,omitempty"`
+}
+
+func (m *FaceAngle) Reset() { *m = FaceAngle{} }
+func (m *FaceAngle) String() string { return proto.CompactTextString(m) }
+func (*FaceAngle) ProtoMessage() {}
+func (*FaceAngle) Descriptor() ([]byte, []int) {
+ return fileDescriptor_70decb0fb6f436df, []int{4}
+}
+func (m *FaceAngle) XXX_Unmarshal(b []byte) error {
+ return m.Unmarshal(b)
+}
+func (m *FaceAngle) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ if deterministic {
+ return xxx_messageInfo_FaceAngle.Marshal(b, m, deterministic)
+ } else {
+ b = b[:cap(b)]
+ n, err := m.MarshalTo(b)
+ if err != nil {
+ return nil, err
+ }
+ return b[:n], nil
+ }
+}
+func (m *FaceAngle) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_FaceAngle.Merge(m, src)
+}
+func (m *FaceAngle) XXX_Size() int {
+ return m.Size()
+}
+func (m *FaceAngle) XXX_DiscardUnknown() {
+ xxx_messageInfo_FaceAngle.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_FaceAngle proto.InternalMessageInfo
+
+func (m *FaceAngle) GetYaw() int32 {
+ if m != nil {
+ return m.Yaw
+ }
+ return 0
+}
+
+func (m *FaceAngle) GetPitch() int32 {
+ if m != nil {
+ return m.Pitch
+ }
+ return 0
+}
+
+func (m *FaceAngle) GetRoll() int32 {
+ if m != nil {
+ return m.Roll
+ }
+ return 0
+}
+
+func (m *FaceAngle) GetConfidence() float32 {
+ if m != nil {
+ return m.Confidence
+ }
+ return 0
+}
+
+type ThftResult struct {
+ Gender int32 `protobuf:"varint,1,opt,name=gender,proto3" json:"gender,omitempty"`
+ Age int32 `protobuf:"varint,2,opt,name=age,proto3" json:"age,omitempty"`
+ Race int32 `protobuf:"varint,3,opt,name=race,proto3" json:"race,omitempty"`
+ Beauty int32 `protobuf:"varint,4,opt,name=beauty,proto3" json:"beauty,omitempty"`
+ Smile int32 `protobuf:"varint,5,opt,name=smile,proto3" json:"smile,omitempty"`
+}
+
+func (m *ThftResult) Reset() { *m = ThftResult{} }
+func (m *ThftResult) String() string { return proto.CompactTextString(m) }
+func (*ThftResult) ProtoMessage() {}
+func (*ThftResult) Descriptor() ([]byte, []int) {
+ return fileDescriptor_70decb0fb6f436df, []int{5}
+}
+func (m *ThftResult) XXX_Unmarshal(b []byte) error {
+ return m.Unmarshal(b)
+}
+func (m *ThftResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ if deterministic {
+ return xxx_messageInfo_ThftResult.Marshal(b, m, deterministic)
+ } else {
+ b = b[:cap(b)]
+ n, err := m.MarshalTo(b)
+ if err != nil {
+ return nil, err
+ }
+ return b[:n], nil
+ }
+}
+func (m *ThftResult) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_ThftResult.Merge(m, src)
+}
+func (m *ThftResult) XXX_Size() int {
+ return m.Size()
+}
+func (m *ThftResult) XXX_DiscardUnknown() {
+ xxx_messageInfo_ThftResult.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_ThftResult proto.InternalMessageInfo
+
+func (m *ThftResult) GetGender() int32 {
+ if m != nil {
+ return m.Gender
+ }
+ return 0
+}
+
+func (m *ThftResult) GetAge() int32 {
+ if m != nil {
+ return m.Age
+ }
+ return 0
+}
+
+func (m *ThftResult) GetRace() int32 {
+ if m != nil {
+ return m.Race
+ }
+ return 0
+}
+
+func (m *ThftResult) GetBeauty() int32 {
+ if m != nil {
+ return m.Beauty
+ }
+ return 0
+}
+
+func (m *ThftResult) GetSmile() int32 {
+ if m != nil {
+ return m.Smile
+ }
+ return 0
+}
+
+type FacePos struct {
+ RcFace *Rect `protobuf:"bytes,1,opt,name=rcFace,proto3" json:"rcFace,omitempty"`
+ PtLeftEye *Point `protobuf:"bytes,2,opt,name=ptLeftEye,proto3" json:"ptLeftEye,omitempty"`
+ PtRightEye *Point `protobuf:"bytes,3,opt,name=ptRightEye,proto3" json:"ptRightEye,omitempty"`
+ PtMouth *Point `protobuf:"bytes,4,opt,name=ptMouth,proto3" json:"ptMouth,omitempty"`
+ PtNose *Point `protobuf:"bytes,5,opt,name=ptNose,proto3" json:"ptNose,omitempty"`
+ FAngle *FaceAngle `protobuf:"bytes,6,opt,name=fAngle,proto3" json:"fAngle,omitempty"`
+ Quality int32 `protobuf:"varint,7,opt,name=quality,proto3" json:"quality,omitempty"`
+ FacialData []byte `protobuf:"bytes,8,opt,name=facialData,proto3" json:"facialData,omitempty"`
+ FaceID uint64 `protobuf:"varint,9,opt,name=faceID,proto3" json:"faceID,omitempty"`
+}
+
+func (m *FacePos) Reset() { *m = FacePos{} }
+func (m *FacePos) String() string { return proto.CompactTextString(m) }
+func (*FacePos) ProtoMessage() {}
+func (*FacePos) Descriptor() ([]byte, []int) {
+ return fileDescriptor_70decb0fb6f436df, []int{6}
+}
+func (m *FacePos) XXX_Unmarshal(b []byte) error {
+ return m.Unmarshal(b)
+}
+func (m *FacePos) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ if deterministic {
+ return xxx_messageInfo_FacePos.Marshal(b, m, deterministic)
+ } else {
+ b = b[:cap(b)]
+ n, err := m.MarshalTo(b)
+ if err != nil {
+ return nil, err
+ }
+ return b[:n], nil
+ }
+}
+func (m *FacePos) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_FacePos.Merge(m, src)
+}
+func (m *FacePos) XXX_Size() int {
+ return m.Size()
+}
+func (m *FacePos) XXX_DiscardUnknown() {
+ xxx_messageInfo_FacePos.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_FacePos proto.InternalMessageInfo
+
+func (m *FacePos) GetRcFace() *Rect {
+ if m != nil {
+ return m.RcFace
+ }
+ return nil
+}
+
+func (m *FacePos) GetPtLeftEye() *Point {
+ if m != nil {
+ return m.PtLeftEye
+ }
+ return nil
+}
+
+func (m *FacePos) GetPtRightEye() *Point {
+ if m != nil {
+ return m.PtRightEye
+ }
+ return nil
+}
+
+func (m *FacePos) GetPtMouth() *Point {
+ if m != nil {
+ return m.PtMouth
+ }
+ return nil
+}
+
+func (m *FacePos) GetPtNose() *Point {
+ if m != nil {
+ return m.PtNose
+ }
+ return nil
+}
+
+func (m *FacePos) GetFAngle() *FaceAngle {
+ if m != nil {
+ return m.FAngle
+ }
+ return nil
+}
+
+func (m *FacePos) GetQuality() int32 {
+ if m != nil {
+ return m.Quality
+ }
+ return 0
+}
+
+func (m *FacePos) GetFacialData() []byte {
+ if m != nil {
+ return m.FacialData
+ }
+ return nil
+}
+
+func (m *FacePos) GetFaceID() uint64 {
+ if m != nil {
+ return m.FaceID
+ }
+ return 0
+}
+
+type FaceInfo struct {
+ RcFace *Rect `protobuf:"bytes,1,opt,name=rcFace,proto3" json:"rcFace,omitempty"`
+ PtLeftEye *Point `protobuf:"bytes,2,opt,name=ptLeftEye,proto3" json:"ptLeftEye,omitempty"`
+ PtRightEye *Point `protobuf:"bytes,3,opt,name=ptRightEye,proto3" json:"ptRightEye,omitempty"`
+ PtMouth *Point `protobuf:"bytes,4,opt,name=ptMouth,proto3" json:"ptMouth,omitempty"`
+ PtNose *Point `protobuf:"bytes,5,opt,name=ptNose,proto3" json:"ptNose,omitempty"`
+ FAngle *FaceAngle `protobuf:"bytes,6,opt,name=fAngle,proto3" json:"fAngle,omitempty"`
+ Quality int32 `protobuf:"varint,7,opt,name=quality,proto3" json:"quality,omitempty"`
+ FacialData []byte `protobuf:"bytes,8,opt,name=facialData,proto3" json:"facialData,omitempty"`
+ FaceID int64 `protobuf:"varint,9,opt,name=faceID,proto3" json:"faceID,omitempty"`
+}
+
+func (m *FaceInfo) Reset() { *m = FaceInfo{} }
+func (m *FaceInfo) String() string { return proto.CompactTextString(m) }
+func (*FaceInfo) ProtoMessage() {}
+func (*FaceInfo) Descriptor() ([]byte, []int) {
+ return fileDescriptor_70decb0fb6f436df, []int{7}
+}
+func (m *FaceInfo) XXX_Unmarshal(b []byte) error {
+ return m.Unmarshal(b)
+}
+func (m *FaceInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ if deterministic {
+ return xxx_messageInfo_FaceInfo.Marshal(b, m, deterministic)
+ } else {
+ b = b[:cap(b)]
+ n, err := m.MarshalTo(b)
+ if err != nil {
+ return nil, err
+ }
+ return b[:n], nil
+ }
+}
+func (m *FaceInfo) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_FaceInfo.Merge(m, src)
+}
+func (m *FaceInfo) XXX_Size() int {
+ return m.Size()
+}
+func (m *FaceInfo) XXX_DiscardUnknown() {
+ xxx_messageInfo_FaceInfo.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_FaceInfo proto.InternalMessageInfo
+
+func (m *FaceInfo) GetRcFace() *Rect {
+ if m != nil {
+ return m.RcFace
+ }
+ return nil
+}
+
+func (m *FaceInfo) GetPtLeftEye() *Point {
+ if m != nil {
+ return m.PtLeftEye
+ }
+ return nil
+}
+
+func (m *FaceInfo) GetPtRightEye() *Point {
+ if m != nil {
+ return m.PtRightEye
+ }
+ return nil
+}
+
+func (m *FaceInfo) GetPtMouth() *Point {
+ if m != nil {
+ return m.PtMouth
+ }
+ return nil
+}
+
+func (m *FaceInfo) GetPtNose() *Point {
+ if m != nil {
+ return m.PtNose
+ }
+ return nil
+}
+
+func (m *FaceInfo) GetFAngle() *FaceAngle {
+ if m != nil {
+ return m.FAngle
+ }
+ return nil
+}
+
+func (m *FaceInfo) GetQuality() int32 {
+ if m != nil {
+ return m.Quality
+ }
+ return 0
+}
+
+func (m *FaceInfo) GetFacialData() []byte {
+ if m != nil {
+ return m.FacialData
+ }
+ return nil
+}
+
+func (m *FaceInfo) GetFaceID() int64 {
+ if m != nil {
+ return m.FaceID
+ }
+ return 0
+}
+
+type ObjInfo struct {
+ RcObj *Rect `protobuf:"bytes,1,opt,name=rcObj,proto3" json:"rcObj,omitempty"`
+ Typ int32 `protobuf:"varint,2,opt,name=typ,proto3" json:"typ,omitempty"`
+ Prob float32 `protobuf:"fixed32,3,opt,name=prob,proto3" json:"prob,omitempty"`
+ ObjID uint64 `protobuf:"varint,4,opt,name=objID,proto3" json:"objID,omitempty"`
+}
+
+func (m *ObjInfo) Reset() { *m = ObjInfo{} }
+func (m *ObjInfo) String() string { return proto.CompactTextString(m) }
+func (*ObjInfo) ProtoMessage() {}
+func (*ObjInfo) Descriptor() ([]byte, []int) {
+ return fileDescriptor_70decb0fb6f436df, []int{8}
+}
+func (m *ObjInfo) XXX_Unmarshal(b []byte) error {
+ return m.Unmarshal(b)
+}
+func (m *ObjInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ if deterministic {
+ return xxx_messageInfo_ObjInfo.Marshal(b, m, deterministic)
+ } else {
+ b = b[:cap(b)]
+ n, err := m.MarshalTo(b)
+ if err != nil {
+ return nil, err
+ }
+ return b[:n], nil
+ }
+}
+func (m *ObjInfo) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_ObjInfo.Merge(m, src)
+}
+func (m *ObjInfo) XXX_Size() int {
+ return m.Size()
+}
+func (m *ObjInfo) XXX_DiscardUnknown() {
+ xxx_messageInfo_ObjInfo.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_ObjInfo proto.InternalMessageInfo
+
+func (m *ObjInfo) GetRcObj() *Rect {
+ if m != nil {
+ return m.RcObj
+ }
+ return nil
+}
+
+func (m *ObjInfo) GetTyp() int32 {
+ if m != nil {
+ return m.Typ
+ }
+ return 0
+}
+
+func (m *ObjInfo) GetProb() float32 {
+ if m != nil {
+ return m.Prob
+ }
+ return 0
+}
+
+func (m *ObjInfo) GetObjID() uint64 {
+ if m != nil {
+ return m.ObjID
+ }
+ return 0
+}
+
+// sdk face property
+type ResultFaceDetect struct {
+ Pos *FacePos `protobuf:"bytes,1,opt,name=pos,proto3" json:"pos,omitempty"`
+ Result *ThftResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
+ Feats []byte `protobuf:"bytes,3,opt,name=feats,proto3" json:"feats,omitempty"`
+}
+
+func (m *ResultFaceDetect) Reset() { *m = ResultFaceDetect{} }
+func (m *ResultFaceDetect) String() string { return proto.CompactTextString(m) }
+func (*ResultFaceDetect) ProtoMessage() {}
+func (*ResultFaceDetect) Descriptor() ([]byte, []int) {
+ return fileDescriptor_70decb0fb6f436df, []int{9}
+}
+func (m *ResultFaceDetect) XXX_Unmarshal(b []byte) error {
+ return m.Unmarshal(b)
+}
+func (m *ResultFaceDetect) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ if deterministic {
+ return xxx_messageInfo_ResultFaceDetect.Marshal(b, m, deterministic)
+ } else {
+ b = b[:cap(b)]
+ n, err := m.MarshalTo(b)
+ if err != nil {
+ return nil, err
+ }
+ return b[:n], nil
+ }
+}
+func (m *ResultFaceDetect) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_ResultFaceDetect.Merge(m, src)
+}
+func (m *ResultFaceDetect) XXX_Size() int {
+ return m.Size()
+}
+func (m *ResultFaceDetect) XXX_DiscardUnknown() {
+ xxx_messageInfo_ResultFaceDetect.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_ResultFaceDetect proto.InternalMessageInfo
+
+func (m *ResultFaceDetect) GetPos() *FacePos {
+ if m != nil {
+ return m.Pos
+ }
+ return nil
+}
+
+func (m *ResultFaceDetect) GetResult() *ThftResult {
+ if m != nil {
+ return m.Result
+ }
+ return nil
+}
+
+func (m *ResultFaceDetect) GetFeats() []byte {
+ if m != nil {
+ return m.Feats
+ }
+ return nil
+}
+
+type ParamFacePos struct {
+ Faces []*ResultFaceDetect `protobuf:"bytes,1,rep,name=faces,proto3" json:"faces,omitempty"`
+}
+
+func (m *ParamFacePos) Reset() { *m = ParamFacePos{} }
+func (m *ParamFacePos) String() string { return proto.CompactTextString(m) }
+func (*ParamFacePos) ProtoMessage() {}
+func (*ParamFacePos) Descriptor() ([]byte, []int) {
+ return fileDescriptor_70decb0fb6f436df, []int{10}
+}
+func (m *ParamFacePos) XXX_Unmarshal(b []byte) error {
+ return m.Unmarshal(b)
+}
+func (m *ParamFacePos) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ if deterministic {
+ return xxx_messageInfo_ParamFacePos.Marshal(b, m, deterministic)
+ } else {
+ b = b[:cap(b)]
+ n, err := m.MarshalTo(b)
+ if err != nil {
+ return nil, err
+ }
+ return b[:n], nil
+ }
+}
+func (m *ParamFacePos) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_ParamFacePos.Merge(m, src)
+}
+func (m *ParamFacePos) XXX_Size() int {
+ return m.Size()
+}
+func (m *ParamFacePos) XXX_DiscardUnknown() {
+ xxx_messageInfo_ParamFacePos.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_ParamFacePos proto.InternalMessageInfo
+
+func (m *ParamFacePos) GetFaces() []*ResultFaceDetect {
+ if m != nil {
+ return m.Faces
+ }
+ return nil
+}
+
+type ResultFaceExtCom struct {
+ Feats []byte `protobuf:"bytes,1,opt,name=feats,proto3" json:"feats,omitempty"`
+ Comp []byte `protobuf:"bytes,2,opt,name=comp,proto3" json:"comp,omitempty"`
+ Pos *ResultFaceDetect `protobuf:"bytes,3,opt,name=pos,proto3" json:"pos,omitempty"`
+}
+
+func (m *ResultFaceExtCom) Reset() { *m = ResultFaceExtCom{} }
+func (m *ResultFaceExtCom) String() string { return proto.CompactTextString(m) }
+func (*ResultFaceExtCom) ProtoMessage() {}
+func (*ResultFaceExtCom) Descriptor() ([]byte, []int) {
+ return fileDescriptor_70decb0fb6f436df, []int{11}
+}
+func (m *ResultFaceExtCom) XXX_Unmarshal(b []byte) error {
+ return m.Unmarshal(b)
+}
+func (m *ResultFaceExtCom) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ if deterministic {
+ return xxx_messageInfo_ResultFaceExtCom.Marshal(b, m, deterministic)
+ } else {
+ b = b[:cap(b)]
+ n, err := m.MarshalTo(b)
+ if err != nil {
+ return nil, err
+ }
+ return b[:n], nil
+ }
+}
+func (m *ResultFaceExtCom) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_ResultFaceExtCom.Merge(m, src)
+}
+func (m *ResultFaceExtCom) XXX_Size() int {
+ return m.Size()
+}
+func (m *ResultFaceExtCom) XXX_DiscardUnknown() {
+ xxx_messageInfo_ResultFaceExtCom.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_ResultFaceExtCom proto.InternalMessageInfo
+
+func (m *ResultFaceExtCom) GetFeats() []byte {
+ if m != nil {
+ return m.Feats
+ }
+ return nil
+}
+
+func (m *ResultFaceExtCom) GetComp() []byte {
+ if m != nil {
+ return m.Comp
+ }
+ return nil
+}
+
+func (m *ResultFaceExtCom) GetPos() *ResultFaceDetect {
+ if m != nil {
+ return m.Pos
+ }
+ return nil
+}
+
+type ParamFaceFeature struct {
+ ExtComp []*ResultFaceExtCom `protobuf:"bytes,2,rep,name=extComp,proto3" json:"extComp,omitempty"`
+}
+
+func (m *ParamFaceFeature) Reset() { *m = ParamFaceFeature{} }
+func (m *ParamFaceFeature) String() string { return proto.CompactTextString(m) }
+func (*ParamFaceFeature) ProtoMessage() {}
+func (*ParamFaceFeature) Descriptor() ([]byte, []int) {
+ return fileDescriptor_70decb0fb6f436df, []int{12}
+}
+func (m *ParamFaceFeature) XXX_Unmarshal(b []byte) error {
+ return m.Unmarshal(b)
+}
+func (m *ParamFaceFeature) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ if deterministic {
+ return xxx_messageInfo_ParamFaceFeature.Marshal(b, m, deterministic)
+ } else {
+ b = b[:cap(b)]
+ n, err := m.MarshalTo(b)
+ if err != nil {
+ return nil, err
+ }
+ return b[:n], nil
+ }
+}
+func (m *ParamFaceFeature) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_ParamFaceFeature.Merge(m, src)
+}
+func (m *ParamFaceFeature) XXX_Size() int {
+ return m.Size()
+}
+func (m *ParamFaceFeature) XXX_DiscardUnknown() {
+ xxx_messageInfo_ParamFaceFeature.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_ParamFaceFeature proto.InternalMessageInfo
+
+func (m *ParamFaceFeature) GetExtComp() []*ResultFaceExtCom {
+ if m != nil {
+ return m.ExtComp
+ }
+ return nil
+}
+
+// sdk yolo detect
+type ParamYoloObj struct {
+ Infos []*ObjInfo `protobuf:"bytes,1,rep,name=infos,proto3" json:"infos,omitempty"`
+}
+
+func (m *ParamYoloObj) Reset() { *m = ParamYoloObj{} }
+func (m *ParamYoloObj) String() string { return proto.CompactTextString(m) }
+func (*ParamYoloObj) ProtoMessage() {}
+func (*ParamYoloObj) Descriptor() ([]byte, []int) {
+ return fileDescriptor_70decb0fb6f436df, []int{13}
+}
+func (m *ParamYoloObj) XXX_Unmarshal(b []byte) error {
+ return m.Unmarshal(b)
+}
+func (m *ParamYoloObj) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ if deterministic {
+ return xxx_messageInfo_ParamYoloObj.Marshal(b, m, deterministic)
+ } else {
+ b = b[:cap(b)]
+ n, err := m.MarshalTo(b)
+ if err != nil {
+ return nil, err
+ }
+ return b[:n], nil
+ }
+}
+func (m *ParamYoloObj) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_ParamYoloObj.Merge(m, src)
+}
+func (m *ParamYoloObj) XXX_Size() int {
+ return m.Size()
+}
+func (m *ParamYoloObj) XXX_DiscardUnknown() {
+ xxx_messageInfo_ParamYoloObj.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_ParamYoloObj proto.InternalMessageInfo
+
+func (m *ParamYoloObj) GetInfos() []*ObjInfo {
+ if m != nil {
+ return m.Infos
+ }
+ return nil
+}
+
+type SoInfo struct {
+ Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
+ SdkId string `protobuf:"bytes,2,opt,name=sdkId,proto3" json:"sdkId,omitempty"`
+ SoName string `protobuf:"bytes,3,opt,name=soName,proto3" json:"soName,omitempty"`
+}
+
+func (m *SoInfo) Reset() { *m = SoInfo{} }
+func (m *SoInfo) String() string { return proto.CompactTextString(m) }
+func (*SoInfo) ProtoMessage() {}
+func (*SoInfo) Descriptor() ([]byte, []int) {
+ return fileDescriptor_70decb0fb6f436df, []int{14}
+}
+func (m *SoInfo) XXX_Unmarshal(b []byte) error {
+ return m.Unmarshal(b)
+}
+func (m *SoInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ if deterministic {
+ return xxx_messageInfo_SoInfo.Marshal(b, m, deterministic)
+ } else {
+ b = b[:cap(b)]
+ n, err := m.MarshalTo(b)
+ if err != nil {
+ return nil, err
+ }
+ return b[:n], nil
+ }
+}
+func (m *SoInfo) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_SoInfo.Merge(m, src)
+}
+func (m *SoInfo) XXX_Size() int {
+ return m.Size()
+}
+func (m *SoInfo) XXX_DiscardUnknown() {
+ xxx_messageInfo_SoInfo.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_SoInfo proto.InternalMessageInfo
+
+func (m *SoInfo) GetId() string {
+ if m != nil {
+ return m.Id
+ }
+ return ""
+}
+
+func (m *SoInfo) GetSdkId() string {
+ if m != nil {
+ return m.SdkId
+ }
+ return ""
+}
+
+func (m *SoInfo) GetSoName() string {
+ if m != nil {
+ return m.SoName
+ }
+ return ""
+}
+
+// sdk plate id detect
+type PlateID struct {
+ License string `protobuf:"bytes,1,opt,name=license,proto3" json:"license,omitempty"`
+ Color string `protobuf:"bytes,2,opt,name=color,proto3" json:"color,omitempty"`
+ NColor int32 `protobuf:"varint,3,opt,name=nColor,proto3" json:"nColor,omitempty"`
+ NType int32 `protobuf:"varint,4,opt,name=nType,proto3" json:"nType,omitempty"`
+ NConfidence int32 `protobuf:"varint,5,opt,name=nConfidence,proto3" json:"nConfidence,omitempty"`
+ NBright int32 `protobuf:"varint,6,opt,name=nBright,proto3" json:"nBright,omitempty"`
+ NDirection int32 `protobuf:"varint,7,opt,name=nDirection,proto3" json:"nDirection,omitempty"`
+ RcLocation *Rect `protobuf:"bytes,8,opt,name=rcLocation,proto3" json:"rcLocation,omitempty"`
+ NTime int32 `protobuf:"varint,9,opt,name=nTime,proto3" json:"nTime,omitempty"`
+ NCarBright int32 `protobuf:"varint,10,opt,name=nCarBright,proto3" json:"nCarBright,omitempty"`
+ NCarColor int32 `protobuf:"varint,11,opt,name=NCarColor,proto3" json:"NCarColor,omitempty"`
+ NCarLogo int32 `protobuf:"varint,12,opt,name=nCarLogo,proto3" json:"nCarLogo,omitempty"`
+ NCarType int32 `protobuf:"varint,13,opt,name=nCarType,proto3" json:"nCarType,omitempty"`
+ PlateBin []byte `protobuf:"bytes,14,opt,name=plateBin,proto3" json:"plateBin,omitempty"`
+ NBinPlateWidth []byte `protobuf:"bytes,15,opt,name=nBinPlateWidth,proto3" json:"nBinPlateWidth,omitempty"`
+ NBinPlateHeight []byte `protobuf:"bytes,16,opt,name=nBinPlateHeight,proto3" json:"nBinPlateHeight,omitempty"`
+ RcLogoLocation *Rect `protobuf:"bytes,17,opt,name=rcLogoLocation,proto3" json:"rcLogoLocation,omitempty"`
+ NCarModel []byte `protobuf:"bytes,18,opt,name=nCarModel,proto3" json:"nCarModel,omitempty"`
+ NCarModelConfidence []byte `protobuf:"bytes,19,opt,name=nCarModelConfidence,proto3" json:"nCarModelConfidence,omitempty"`
+}
+
+func (m *PlateID) Reset() { *m = PlateID{} }
+func (m *PlateID) String() string { return proto.CompactTextString(m) }
+func (*PlateID) ProtoMessage() {}
+func (*PlateID) Descriptor() ([]byte, []int) {
+ return fileDescriptor_70decb0fb6f436df, []int{15}
+}
+func (m *PlateID) XXX_Unmarshal(b []byte) error {
+ return m.Unmarshal(b)
+}
+func (m *PlateID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ if deterministic {
+ return xxx_messageInfo_PlateID.Marshal(b, m, deterministic)
+ } else {
+ b = b[:cap(b)]
+ n, err := m.MarshalTo(b)
+ if err != nil {
+ return nil, err
+ }
+ return b[:n], nil
+ }
+}
+func (m *PlateID) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_PlateID.Merge(m, src)
+}
+func (m *PlateID) XXX_Size() int {
+ return m.Size()
+}
+func (m *PlateID) XXX_DiscardUnknown() {
+ xxx_messageInfo_PlateID.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_PlateID proto.InternalMessageInfo
+
+func (m *PlateID) GetLicense() string {
+ if m != nil {
+ return m.License
+ }
+ return ""
+}
+
+func (m *PlateID) GetColor() string {
+ if m != nil {
+ return m.Color
+ }
+ return ""
+}
+
+func (m *PlateID) GetNColor() int32 {
+ if m != nil {
+ return m.NColor
+ }
+ return 0
+}
+
+func (m *PlateID) GetNType() int32 {
+ if m != nil {
+ return m.NType
+ }
+ return 0
+}
+
+func (m *PlateID) GetNConfidence() int32 {
+ if m != nil {
+ return m.NConfidence
+ }
+ return 0
+}
+
+func (m *PlateID) GetNBright() int32 {
+ if m != nil {
+ return m.NBright
+ }
+ return 0
+}
+
+func (m *PlateID) GetNDirection() int32 {
+ if m != nil {
+ return m.NDirection
+ }
+ return 0
+}
+
+func (m *PlateID) GetRcLocation() *Rect {
+ if m != nil {
+ return m.RcLocation
+ }
+ return nil
+}
+
+func (m *PlateID) GetNTime() int32 {
+ if m != nil {
+ return m.NTime
+ }
+ return 0
+}
+
+func (m *PlateID) GetNCarBright() int32 {
+ if m != nil {
+ return m.NCarBright
+ }
+ return 0
+}
+
+func (m *PlateID) GetNCarColor() int32 {
+ if m != nil {
+ return m.NCarColor
+ }
+ return 0
+}
+
+func (m *PlateID) GetNCarLogo() int32 {
+ if m != nil {
+ return m.NCarLogo
+ }
+ return 0
+}
+
+func (m *PlateID) GetNCarType() int32 {
+ if m != nil {
+ return m.NCarType
+ }
+ return 0
+}
+
+func (m *PlateID) GetPlateBin() []byte {
+ if m != nil {
+ return m.PlateBin
+ }
+ return nil
+}
+
+func (m *PlateID) GetNBinPlateWidth() []byte {
+ if m != nil {
+ return m.NBinPlateWidth
+ }
+ return nil
+}
+
+func (m *PlateID) GetNBinPlateHeight() []byte {
+ if m != nil {
+ return m.NBinPlateHeight
+ }
+ return nil
+}
+
+func (m *PlateID) GetRcLogoLocation() *Rect {
+ if m != nil {
+ return m.RcLogoLocation
+ }
+ return nil
+}
+
+func (m *PlateID) GetNCarModel() []byte {
+ if m != nil {
+ return m.NCarModel
+ }
+ return nil
+}
+
+func (m *PlateID) GetNCarModelConfidence() []byte {
+ if m != nil {
+ return m.NCarModelConfidence
+ }
+ return nil
+}
+
+// cloud
+type PlateIDCloud struct {
+ License string `protobuf:"bytes,1,opt,name=license,proto3" json:"license,omitempty"`
+ RcLocation *Rect `protobuf:"bytes,2,opt,name=rcLocation,proto3" json:"rcLocation,omitempty"`
+ NConfidence int32 `protobuf:"varint,3,opt,name=nConfidence,proto3" json:"nConfidence,omitempty"`
+ NType int32 `protobuf:"varint,4,opt,name=nType,proto3" json:"nType,omitempty"`
+ NDirection int32 `protobuf:"varint,5,opt,name=nDirection,proto3" json:"nDirection,omitempty"`
+ NCarColor int32 `protobuf:"varint,6,opt,name=nCarColor,proto3" json:"nCarColor,omitempty"`
+ NCarColor1 int32 `protobuf:"varint,7,opt,name=nCarColor1,proto3" json:"nCarColor1,omitempty"`
+ NCarBright int32 `protobuf:"varint,8,opt,name=nCarBright,proto3" json:"nCarBright,omitempty"`
+ FrameNo int32 `protobuf:"varint,9,opt,name=frameNo,proto3" json:"frameNo,omitempty"`
+ FaceWidth int32 `protobuf:"varint,10,opt,name=faceWidth,proto3" json:"faceWidth,omitempty"`
+ FaceHeight int32 `protobuf:"varint,11,opt,name=faceHeight,proto3" json:"faceHeight,omitempty"`
+ GrayFaceFlag int32 `protobuf:"varint,12,opt,name=grayFaceFlag,proto3" json:"grayFaceFlag,omitempty"`
+ CharNum int32 `protobuf:"varint,13,opt,name=charNum,proto3" json:"charNum,omitempty"`
+}
+
+func (m *PlateIDCloud) Reset() { *m = PlateIDCloud{} }
+func (m *PlateIDCloud) String() string { return proto.CompactTextString(m) }
+func (*PlateIDCloud) ProtoMessage() {}
+func (*PlateIDCloud) Descriptor() ([]byte, []int) {
+ return fileDescriptor_70decb0fb6f436df, []int{16}
+}
+func (m *PlateIDCloud) XXX_Unmarshal(b []byte) error {
+ return m.Unmarshal(b)
+}
+func (m *PlateIDCloud) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ if deterministic {
+ return xxx_messageInfo_PlateIDCloud.Marshal(b, m, deterministic)
+ } else {
+ b = b[:cap(b)]
+ n, err := m.MarshalTo(b)
+ if err != nil {
+ return nil, err
+ }
+ return b[:n], nil
+ }
+}
+func (m *PlateIDCloud) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_PlateIDCloud.Merge(m, src)
+}
+func (m *PlateIDCloud) XXX_Size() int {
+ return m.Size()
+}
+func (m *PlateIDCloud) XXX_DiscardUnknown() {
+ xxx_messageInfo_PlateIDCloud.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_PlateIDCloud proto.InternalMessageInfo
+
+func (m *PlateIDCloud) GetLicense() string {
+ if m != nil {
+ return m.License
+ }
+ return ""
+}
+
+func (m *PlateIDCloud) GetRcLocation() *Rect {
+ if m != nil {
+ return m.RcLocation
+ }
+ return nil
+}
+
+func (m *PlateIDCloud) GetNConfidence() int32 {
+ if m != nil {
+ return m.NConfidence
+ }
+ return 0
+}
+
+func (m *PlateIDCloud) GetNType() int32 {
+ if m != nil {
+ return m.NType
+ }
+ return 0
+}
+
+func (m *PlateIDCloud) GetNDirection() int32 {
+ if m != nil {
+ return m.NDirection
+ }
+ return 0
+}
+
+func (m *PlateIDCloud) GetNCarColor() int32 {
+ if m != nil {
+ return m.NCarColor
+ }
+ return 0
+}
+
+func (m *PlateIDCloud) GetNCarColor1() int32 {
+ if m != nil {
+ return m.NCarColor1
+ }
+ return 0
+}
+
+func (m *PlateIDCloud) GetNCarBright() int32 {
+ if m != nil {
+ return m.NCarBright
+ }
+ return 0
+}
+
+func (m *PlateIDCloud) GetFrameNo() int32 {
+ if m != nil {
+ return m.FrameNo
+ }
+ return 0
+}
+
+func (m *PlateIDCloud) GetFaceWidth() int32 {
+ if m != nil {
+ return m.FaceWidth
+ }
+ return 0
+}
+
+func (m *PlateIDCloud) GetFaceHeight() int32 {
+ if m != nil {
+ return m.FaceHeight
+ }
+ return 0
+}
+
+func (m *PlateIDCloud) GetGrayFaceFlag() int32 {
+ if m != nil {
+ return m.GrayFaceFlag
+ }
+ return 0
+}
+
+func (m *PlateIDCloud) GetCharNum() int32 {
+ if m != nil {
+ return m.CharNum
+ }
+ return 0
+}
+
+type PlateIDVehicle struct {
+ NPlateFlag int32 `protobuf:"varint,1,opt,name=nPlateFlag,proto3" json:"nPlateFlag,omitempty"`
+ NColor int32 `protobuf:"varint,2,opt,name=nColor,proto3" json:"nColor,omitempty"`
+ NType int32 `protobuf:"varint,3,opt,name=nType,proto3" json:"nType,omitempty"`
+ License string `protobuf:"bytes,4,opt,name=license,proto3" json:"license,omitempty"`
+ NConfidence int32 `protobuf:"varint,5,opt,name=nConfidence,proto3" json:"nConfidence,omitempty"`
+ NCharNum int32 `protobuf:"varint,6,opt,name=nCharNum,proto3" json:"nCharNum,omitempty"`
+ NCharConfidence []int32 `protobuf:"varint,7,rep,packed,name=nCharConfidence,proto3" json:"nCharConfidence,omitempty"`
+ RcLocation *Rect `protobuf:"bytes,8,opt,name=rcLocation,proto3" json:"rcLocation,omitempty"`
+ RcCarLocation *Rect `protobuf:"bytes,9,opt,name=rcCarLocation,proto3" json:"rcCarLocation,omitempty"`
+ VehicleType string `protobuf:"bytes,10,opt,name=vehicleType,proto3" json:"vehicleType,omitempty"`
+ VehicleBrand string `protobuf:"bytes,11,opt,name=vehicleBrand,proto3" json:"vehicleBrand,omitempty"`
+ VehicleSub string `protobuf:"bytes,12,opt,name=vehicleSub,proto3" json:"vehicleSub,omitempty"`
+ VehicleType1 string `protobuf:"bytes,13,opt,name=vehicleType1,proto3" json:"vehicleType1,omitempty"`
+ FvdConf float32 `protobuf:"fixed32,14,opt,name=fvdConf,proto3" json:"fvdConf,omitempty"`
+ FConfdence float32 `protobuf:"fixed32,15,opt,name=fConfdence,proto3" json:"fConfdence,omitempty"`
+ NVehicleSubModel int32 `protobuf:"varint,16,opt,name=nVehicleSubModel,proto3" json:"nVehicleSubModel,omitempty"`
+ NVehicleBright int32 `protobuf:"varint,17,opt,name=nVehicleBright,proto3" json:"nVehicleBright,omitempty"`
+ NVehicleColor1 int32 `protobuf:"varint,18,opt,name=nVehicleColor1,proto3" json:"nVehicleColor1,omitempty"`
+ NVehicleColor2 int32 `protobuf:"varint,19,opt,name=nVehicleColor2,proto3" json:"nVehicleColor2,omitempty"`
+}
+
+func (m *PlateIDVehicle) Reset() { *m = PlateIDVehicle{} }
+func (m *PlateIDVehicle) String() string { return proto.CompactTextString(m) }
+func (*PlateIDVehicle) ProtoMessage() {}
+func (*PlateIDVehicle) Descriptor() ([]byte, []int) {
+ return fileDescriptor_70decb0fb6f436df, []int{17}
+}
+func (m *PlateIDVehicle) XXX_Unmarshal(b []byte) error {
+ return m.Unmarshal(b)
+}
+func (m *PlateIDVehicle) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ if deterministic {
+ return xxx_messageInfo_PlateIDVehicle.Marshal(b, m, deterministic)
+ } else {
+ b = b[:cap(b)]
+ n, err := m.MarshalTo(b)
+ if err != nil {
+ return nil, err
+ }
+ return b[:n], nil
+ }
+}
+func (m *PlateIDVehicle) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_PlateIDVehicle.Merge(m, src)
+}
+func (m *PlateIDVehicle) XXX_Size() int {
+ return m.Size()
+}
+func (m *PlateIDVehicle) XXX_DiscardUnknown() {
+ xxx_messageInfo_PlateIDVehicle.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_PlateIDVehicle proto.InternalMessageInfo
+
+func (m *PlateIDVehicle) GetNPlateFlag() int32 {
+ if m != nil {
+ return m.NPlateFlag
+ }
+ return 0
+}
+
+func (m *PlateIDVehicle) GetNColor() int32 {
+ if m != nil {
+ return m.NColor
+ }
+ return 0
+}
+
+func (m *PlateIDVehicle) GetNType() int32 {
+ if m != nil {
+ return m.NType
+ }
+ return 0
+}
+
+func (m *PlateIDVehicle) GetLicense() string {
+ if m != nil {
+ return m.License
+ }
+ return ""
+}
+
+func (m *PlateIDVehicle) GetNConfidence() int32 {
+ if m != nil {
+ return m.NConfidence
+ }
+ return 0
+}
+
+func (m *PlateIDVehicle) GetNCharNum() int32 {
+ if m != nil {
+ return m.NCharNum
+ }
+ return 0
+}
+
+func (m *PlateIDVehicle) GetNCharConfidence() []int32 {
+ if m != nil {
+ return m.NCharConfidence
+ }
+ return nil
+}
+
+func (m *PlateIDVehicle) GetRcLocation() *Rect {
+ if m != nil {
+ return m.RcLocation
+ }
+ return nil
+}
+
+func (m *PlateIDVehicle) GetRcCarLocation() *Rect {
+ if m != nil {
+ return m.RcCarLocation
+ }
+ return nil
+}
+
+func (m *PlateIDVehicle) GetVehicleType() string {
+ if m != nil {
+ return m.VehicleType
+ }
+ return ""
+}
+
+func (m *PlateIDVehicle) GetVehicleBrand() string {
+ if m != nil {
+ return m.VehicleBrand
+ }
+ return ""
+}
+
+func (m *PlateIDVehicle) GetVehicleSub() string {
+ if m != nil {
+ return m.VehicleSub
+ }
+ return ""
+}
+
+func (m *PlateIDVehicle) GetVehicleType1() string {
+ if m != nil {
+ return m.VehicleType1
+ }
+ return ""
+}
+
+func (m *PlateIDVehicle) GetFvdConf() float32 {
+ if m != nil {
+ return m.FvdConf
+ }
+ return 0
+}
+
+func (m *PlateIDVehicle) GetFConfdence() float32 {
+ if m != nil {
+ return m.FConfdence
+ }
+ return 0
+}
+
+func (m *PlateIDVehicle) GetNVehicleSubModel() int32 {
+ if m != nil {
+ return m.NVehicleSubModel
+ }
+ return 0
+}
+
+func (m *PlateIDVehicle) GetNVehicleBright() int32 {
+ if m != nil {
+ return m.NVehicleBright
+ }
+ return 0
+}
+
+func (m *PlateIDVehicle) GetNVehicleColor1() int32 {
+ if m != nil {
+ return m.NVehicleColor1
+ }
+ return 0
+}
+
+func (m *PlateIDVehicle) GetNVehicleColor2() int32 {
+ if m != nil {
+ return m.NVehicleColor2
+ }
+ return 0
+}
+
+type PlateIDResult struct {
+ // repeated PlateID result = 1;
+ // repeated PlateIDCloud result = 1;
+ Result []*PlateIDVehicle `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"`
+}
+
+func (m *PlateIDResult) Reset() { *m = PlateIDResult{} }
+func (m *PlateIDResult) String() string { return proto.CompactTextString(m) }
+func (*PlateIDResult) ProtoMessage() {}
+func (*PlateIDResult) Descriptor() ([]byte, []int) {
+ return fileDescriptor_70decb0fb6f436df, []int{18}
+}
+func (m *PlateIDResult) XXX_Unmarshal(b []byte) error {
+ return m.Unmarshal(b)
+}
+func (m *PlateIDResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ if deterministic {
+ return xxx_messageInfo_PlateIDResult.Marshal(b, m, deterministic)
+ } else {
+ b = b[:cap(b)]
+ n, err := m.MarshalTo(b)
+ if err != nil {
+ return nil, err
+ }
+ return b[:n], nil
+ }
+}
+func (m *PlateIDResult) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_PlateIDResult.Merge(m, src)
+}
+func (m *PlateIDResult) XXX_Size() int {
+ return m.Size()
+}
+func (m *PlateIDResult) XXX_DiscardUnknown() {
+ xxx_messageInfo_PlateIDResult.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_PlateIDResult proto.InternalMessageInfo
+
+func (m *PlateIDResult) GetResult() []*PlateIDVehicle {
+ if m != nil {
+ return m.Result
+ }
+ return nil
+}
+
+type HumanTrack struct {
+ RcHuman *Rect `protobuf:"bytes,1,opt,name=rcHuman,proto3" json:"rcHuman,omitempty"`
+ Confidence float32 `protobuf:"fixed32,2,opt,name=confidence,proto3" json:"confidence,omitempty"`
+ X int32 `protobuf:"varint,3,opt,name=x,proto3" json:"x,omitempty"`
+ Y int32 `protobuf:"varint,4,opt,name=y,proto3" json:"y,omitempty"`
+ Id int32 `protobuf:"varint,5,opt,name=id,proto3" json:"id,omitempty"`
+ Feature []float32 `protobuf:"fixed32,6,rep,packed,name=feature,proto3" json:"feature,omitempty"`
+}
+
+func (m *HumanTrack) Reset() { *m = HumanTrack{} }
+func (m *HumanTrack) String() string { return proto.CompactTextString(m) }
+func (*HumanTrack) ProtoMessage() {}
+func (*HumanTrack) Descriptor() ([]byte, []int) {
+ return fileDescriptor_70decb0fb6f436df, []int{19}
+}
+func (m *HumanTrack) XXX_Unmarshal(b []byte) error {
+ return m.Unmarshal(b)
+}
+func (m *HumanTrack) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ if deterministic {
+ return xxx_messageInfo_HumanTrack.Marshal(b, m, deterministic)
+ } else {
+ b = b[:cap(b)]
+ n, err := m.MarshalTo(b)
+ if err != nil {
+ return nil, err
+ }
+ return b[:n], nil
+ }
+}
+func (m *HumanTrack) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_HumanTrack.Merge(m, src)
+}
+func (m *HumanTrack) XXX_Size() int {
+ return m.Size()
+}
+func (m *HumanTrack) XXX_DiscardUnknown() {
+ xxx_messageInfo_HumanTrack.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_HumanTrack proto.InternalMessageInfo
+
+func (m *HumanTrack) GetRcHuman() *Rect {
+ if m != nil {
+ return m.RcHuman
+ }
+ return nil
+}
+
+func (m *HumanTrack) GetConfidence() float32 {
+ if m != nil {
+ return m.Confidence
+ }
+ return 0
+}
+
+func (m *HumanTrack) GetX() int32 {
+ if m != nil {
+ return m.X
+ }
+ return 0
+}
+
+func (m *HumanTrack) GetY() int32 {
+ if m != nil {
+ return m.Y
+ }
+ return 0
+}
+
+func (m *HumanTrack) GetId() int32 {
+ if m != nil {
+ return m.Id
+ }
+ return 0
+}
+
+func (m *HumanTrack) GetFeature() []float32 {
+ if m != nil {
+ return m.Feature
+ }
+ return nil
+}
+
+type HumanTrackResult struct {
+ Result []*HumanTrack `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"`
+}
+
+func (m *HumanTrackResult) Reset() { *m = HumanTrackResult{} }
+func (m *HumanTrackResult) String() string { return proto.CompactTextString(m) }
+func (*HumanTrackResult) ProtoMessage() {}
+func (*HumanTrackResult) Descriptor() ([]byte, []int) {
+ return fileDescriptor_70decb0fb6f436df, []int{20}
+}
+func (m *HumanTrackResult) XXX_Unmarshal(b []byte) error {
+ return m.Unmarshal(b)
+}
+func (m *HumanTrackResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ if deterministic {
+ return xxx_messageInfo_HumanTrackResult.Marshal(b, m, deterministic)
+ } else {
+ b = b[:cap(b)]
+ n, err := m.MarshalTo(b)
+ if err != nil {
+ return nil, err
+ }
+ return b[:n], nil
+ }
+}
+func (m *HumanTrackResult) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_HumanTrackResult.Merge(m, src)
+}
+func (m *HumanTrackResult) XXX_Size() int {
+ return m.Size()
+}
+func (m *HumanTrackResult) XXX_DiscardUnknown() {
+ xxx_messageInfo_HumanTrackResult.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_HumanTrackResult proto.InternalMessageInfo
+
+func (m *HumanTrackResult) GetResult() []*HumanTrack {
+ if m != nil {
+ return m.Result
+ }
+ return nil
+}
+
func init() {
proto.RegisterType((*Image)(nil), "protomsg.Image")
proto.RegisterType((*Target)(nil), "protomsg.Target")
proto.RegisterType((*NewSDKMessage)(nil), "protomsg.NewSDKMessage")
proto.RegisterType((*NewRuleMessage)(nil), "protomsg.NewRuleMessage")
+ proto.RegisterType((*FaceAngle)(nil), "protomsg.FaceAngle")
+ proto.RegisterType((*ThftResult)(nil), "protomsg.ThftResult")
+ proto.RegisterType((*FacePos)(nil), "protomsg.FacePos")
+ proto.RegisterType((*FaceInfo)(nil), "protomsg.FaceInfo")
+ proto.RegisterType((*ObjInfo)(nil), "protomsg.ObjInfo")
+ proto.RegisterType((*ResultFaceDetect)(nil), "protomsg.ResultFaceDetect")
+ proto.RegisterType((*ParamFacePos)(nil), "protomsg.ParamFacePos")
+ proto.RegisterType((*ResultFaceExtCom)(nil), "protomsg.ResultFaceExtCom")
+ proto.RegisterType((*ParamFaceFeature)(nil), "protomsg.ParamFaceFeature")
+ proto.RegisterType((*ParamYoloObj)(nil), "protomsg.ParamYoloObj")
+ proto.RegisterType((*SoInfo)(nil), "protomsg.SoInfo")
+ proto.RegisterType((*PlateID)(nil), "protomsg.PlateID")
+ proto.RegisterType((*PlateIDCloud)(nil), "protomsg.PlateIDCloud")
+ proto.RegisterType((*PlateIDVehicle)(nil), "protomsg.PlateIDVehicle")
+ proto.RegisterType((*PlateIDResult)(nil), "protomsg.PlateIDResult")
+ proto.RegisterType((*HumanTrack)(nil), "protomsg.HumanTrack")
+ proto.RegisterType((*HumanTrackResult)(nil), "protomsg.HumanTrackResult")
}
func init() { proto.RegisterFile("sdk.proto", fileDescriptor_70decb0fb6f436df) }
var fileDescriptor_70decb0fb6f436df = []byte{
- // 421 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x5c, 0x91, 0xcf, 0x6e, 0xd3, 0x40,
- 0x10, 0xc6, 0xb3, 0xf1, 0x9f, 0xd4, 0x93, 0x12, 0x55, 0x2b, 0x04, 0xab, 0x0a, 0x59, 0x96, 0x4f,
- 0x3e, 0x45, 0xa2, 0xbc, 0x01, 0xea, 0xa5, 0x42, 0xe4, 0xb0, 0xe4, 0x05, 0x36, 0xde, 0x69, 0xb2,
- 0x4a, 0xed, 0x44, 0xde, 0x8d, 0x22, 0x8e, 0xbc, 0x01, 0x6f, 0x80, 0xb8, 0xf1, 0x28, 0x1c, 0x7b,
- 0xe4, 0x88, 0x92, 0x17, 0x41, 0x3b, 0xb6, 0xeb, 0x96, 0x93, 0xe7, 0xfb, 0x66, 0x3c, 0xfa, 0xed,
- 0x37, 0x90, 0x58, 0xbd, 0x9d, 0xef, 0x9b, 0x9d, 0xdb, 0xf1, 0x0b, 0xfa, 0x54, 0x76, 0x7d, 0x0d,
- 0x2b, 0x65, 0xb1, 0x75, 0xf3, 0x1f, 0x0c, 0xa2, 0xbb, 0x4a, 0xad, 0x91, 0xbf, 0x86, 0xe8, 0x68,
- 0xb4, 0xdb, 0x08, 0x96, 0xb1, 0x22, 0x92, 0xad, 0xe0, 0x6f, 0x20, 0xde, 0xa0, 0x59, 0x6f, 0x9c,
- 0x18, 0x93, 0xdd, 0x29, 0xce, 0x21, 0xd4, 0xca, 0x29, 0x11, 0x64, 0xac, 0xb8, 0x94, 0x54, 0xf3,
- 0x77, 0x90, 0x38, 0x53, 0xa1, 0x75, 0xaa, 0xda, 0x8b, 0x30, 0x63, 0x45, 0x22, 0x07, 0x83, 0xcf,
- 0x60, 0x6c, 0xb4, 0x88, 0x32, 0x56, 0x04, 0x72, 0x6c, 0x34, 0xbf, 0x82, 0xa0, 0x34, 0x5a, 0xc4,
- 0x34, 0xe7, 0x4b, 0x4f, 0x50, 0xd6, 0xaa, 0x42, 0x31, 0x21, 0xaf, 0x15, 0xf9, 0x2f, 0x06, 0xf1,
- 0x52, 0x35, 0x6b, 0x74, 0xdd, 0x0a, 0xcf, 0x17, 0xd2, 0x0a, 0x0e, 0xa1, 0xfb, 0xba, 0x47, 0x42,
- 0x4b, 0x24, 0xd5, 0x3c, 0x05, 0x28, 0x77, 0xf5, 0xbd, 0xd1, 0x58, 0x97, 0x48, 0x78, 0x91, 0x7c,
- 0xe6, 0xf0, 0x1c, 0xc2, 0x06, 0x4b, 0x47, 0x7c, 0xd3, 0x9b, 0xd9, 0xbc, 0x4f, 0x65, 0x2e, 0xb1,
- 0x74, 0x92, 0x7a, 0x5c, 0xc0, 0xe4, 0x1e, 0x95, 0x3b, 0x34, 0x48, 0xbc, 0x97, 0xb2, 0x97, 0xfe,
- 0x89, 0xca, 0xb9, 0xc6, 0xac, 0x0e, 0x0e, 0x3b, 0xf4, 0xc1, 0xc8, 0x7f, 0x32, 0x78, 0xb5, 0xc0,
- 0xe3, 0x97, 0xdb, 0x4f, 0x9f, 0xd1, 0xda, 0x2e, 0x54, 0xab, 0xb7, 0x77, 0xb7, 0x04, 0x9d, 0xc8,
- 0x56, 0xf8, 0xfd, 0x56, 0x6f, 0x97, 0x03, 0x7a, 0x2f, 0xbb, 0xce, 0xc2, 0x87, 0x10, 0x3c, 0x75,
- 0xbc, 0xe4, 0x05, 0xc4, 0x8e, 0x52, 0x10, 0x61, 0x16, 0x14, 0xd3, 0x9b, 0xab, 0x81, 0xbc, 0x4d,
- 0x47, 0x76, 0xfd, 0x97, 0x67, 0x88, 0xfe, 0x3b, 0x43, 0xfe, 0x8d, 0xc1, 0x6c, 0x81, 0x47, 0x79,
- 0x78, 0xc0, 0x1e, 0xf2, 0x1a, 0x2e, 0xfc, 0xfd, 0x88, 0xa7, 0xe5, 0x7c, 0xd2, 0x3c, 0x83, 0xe9,
- 0x46, 0xd5, 0xfa, 0x01, 0x97, 0x8d, 0x2a, 0xb7, 0x1d, 0xee, 0x73, 0x8b, 0xbf, 0x87, 0x49, 0xd5,
- 0x2e, 0x12, 0x01, 0x91, 0xbd, 0x1d, 0xc8, 0x5e, 0x84, 0x21, 0xfb, 0xb9, 0x8f, 0xe2, 0xf7, 0x29,
- 0x65, 0x8f, 0xa7, 0x94, 0xfd, 0x3d, 0xa5, 0xec, 0xfb, 0x39, 0x1d, 0x3d, 0x9e, 0xd3, 0xd1, 0x9f,
- 0x73, 0x3a, 0x5a, 0xc5, 0xf4, 0xeb, 0x87, 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xc6, 0x02, 0xee,
- 0xf7, 0xb8, 0x02, 0x00, 0x00,
+ // 1556 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x57, 0xcd, 0x6e, 0x1b, 0x47,
+ 0x12, 0xf6, 0x90, 0x1c, 0x52, 0x2c, 0x51, 0x12, 0xdd, 0x36, 0x76, 0x07, 0xc2, 0x42, 0x20, 0x66,
+ 0x17, 0x36, 0x77, 0xd7, 0xab, 0xb5, 0xb5, 0xc6, 0xe6, 0x6a, 0x4b, 0xb2, 0x61, 0x21, 0xb6, 0x2c,
+ 0xb4, 0x05, 0x07, 0x39, 0x36, 0x67, 0x9a, 0xe4, 0x48, 0xc3, 0x69, 0x66, 0xa6, 0x69, 0x89, 0xc8,
+ 0x29, 0x6f, 0x90, 0x07, 0x08, 0x10, 0x04, 0xc8, 0x21, 0xa7, 0x3c, 0x47, 0x8e, 0x3e, 0xe6, 0x18,
+ 0xd8, 0xc9, 0x23, 0xe4, 0x1e, 0x54, 0x75, 0xcf, 0x0f, 0x29, 0xda, 0x46, 0x80, 0x1c, 0x73, 0x62,
+ 0x7f, 0xd5, 0xc5, 0xae, 0xea, 0xaa, 0xaf, 0xaa, 0x7a, 0xa0, 0x9d, 0x85, 0xe7, 0xbb, 0xd3, 0x54,
+ 0x69, 0xc5, 0xd6, 0xe8, 0x67, 0x92, 0x8d, 0xb6, 0x61, 0x20, 0x32, 0x69, 0xa4, 0xfe, 0xd7, 0x0e,
+ 0xb8, 0x47, 0x13, 0x31, 0x92, 0xec, 0x26, 0xb8, 0x17, 0x51, 0xa8, 0xc7, 0x9e, 0xd3, 0x73, 0xfa,
+ 0x2e, 0x37, 0x80, 0xfd, 0x05, 0x9a, 0x63, 0x19, 0x8d, 0xc6, 0xda, 0xab, 0x91, 0xd8, 0x22, 0xc6,
+ 0xa0, 0x11, 0x0a, 0x2d, 0xbc, 0x7a, 0xcf, 0xe9, 0x77, 0x38, 0xad, 0xd9, 0xdf, 0xa0, 0xad, 0xa3,
+ 0x89, 0xcc, 0xb4, 0x98, 0x4c, 0xbd, 0x46, 0xcf, 0xe9, 0xb7, 0x79, 0x29, 0x60, 0x9b, 0x50, 0x8b,
+ 0x42, 0xcf, 0xed, 0x39, 0xfd, 0x3a, 0xaf, 0x45, 0x21, 0xeb, 0x42, 0x3d, 0x88, 0x42, 0xaf, 0x49,
+ 0x7a, 0xb8, 0x44, 0x0f, 0x82, 0x44, 0x4c, 0xa4, 0xd7, 0x22, 0x99, 0x01, 0xfe, 0x77, 0x0e, 0x34,
+ 0x4f, 0x45, 0x3a, 0x92, 0xda, 0x1e, 0x81, 0xfe, 0x35, 0xe8, 0x08, 0x06, 0x0d, 0x3d, 0x9f, 0x4a,
+ 0x72, 0xad, 0xcd, 0x69, 0xcd, 0x76, 0x00, 0x02, 0x95, 0x0c, 0xa3, 0x50, 0x26, 0x81, 0x24, 0xf7,
+ 0x5c, 0x5e, 0x91, 0x30, 0x1f, 0x1a, 0xa9, 0x0c, 0x34, 0xf9, 0xb7, 0xbe, 0xb7, 0xb9, 0x9b, 0x47,
+ 0x65, 0x97, 0xcb, 0x40, 0x73, 0xda, 0x63, 0x1e, 0xb4, 0x86, 0x52, 0xe8, 0x59, 0x2a, 0xc9, 0xdf,
+ 0x0e, 0xcf, 0x21, 0x5e, 0x51, 0x68, 0x9d, 0x46, 0x83, 0x99, 0x96, 0xd6, 0xf5, 0x52, 0xe0, 0x7f,
+ 0xe3, 0xc0, 0xc6, 0xb1, 0xbc, 0x78, 0x71, 0xf8, 0xf1, 0x33, 0x99, 0x65, 0x36, 0xa8, 0x59, 0x78,
+ 0x7e, 0x74, 0x48, 0x4e, 0xb7, 0xb9, 0x01, 0x78, 0x7e, 0x16, 0x9e, 0x9f, 0x96, 0xae, 0xe7, 0xd0,
+ 0xee, 0x1c, 0x63, 0x10, 0xea, 0xc5, 0x0e, 0x42, 0xd6, 0x87, 0xa6, 0xa6, 0x28, 0x78, 0x8d, 0x5e,
+ 0xbd, 0xbf, 0xbe, 0xd7, 0x2d, 0x3d, 0x37, 0xd1, 0xe1, 0x76, 0x7f, 0x31, 0x0d, 0xee, 0x52, 0x1a,
+ 0xfc, 0x2f, 0x1c, 0xd8, 0x3c, 0x96, 0x17, 0x7c, 0x16, 0xcb, 0xdc, 0xc9, 0x6d, 0x58, 0xc3, 0xfc,
+ 0x91, 0x3f, 0xc6, 0xcf, 0x02, 0xb3, 0x1e, 0xac, 0x8f, 0x45, 0x12, 0xc6, 0xf2, 0x34, 0x15, 0xc1,
+ 0xb9, 0x75, 0xb7, 0x2a, 0x62, 0xf7, 0xa0, 0x35, 0x31, 0x07, 0x79, 0x75, 0xf2, 0xec, 0xaf, 0xa5,
+ 0x67, 0x0b, 0xc1, 0xe0, 0xb9, 0x9e, 0x3f, 0x82, 0xf6, 0x63, 0x11, 0xc8, 0x87, 0xc9, 0x28, 0x96,
+ 0xc8, 0x83, 0xb9, 0xb8, 0xb0, 0xac, 0xc3, 0x25, 0x06, 0x6d, 0x1a, 0xe9, 0x60, 0x6c, 0x29, 0x67,
+ 0x00, 0x26, 0x3b, 0x55, 0x71, 0x6c, 0x53, 0x4a, 0xeb, 0xa5, 0x64, 0x63, 0x4a, 0x6b, 0xd5, 0x64,
+ 0xfb, 0x97, 0x00, 0xa7, 0xe3, 0xa1, 0xe6, 0x32, 0x9b, 0xc5, 0x1a, 0xb9, 0x3c, 0x92, 0x49, 0x28,
+ 0x53, 0x6b, 0xcc, 0x22, 0xf4, 0x00, 0xbd, 0x37, 0xd6, 0x70, 0x49, 0xb6, 0x44, 0x41, 0x1f, 0x5a,
+ 0xe3, 0xbf, 0x07, 0x52, 0xcc, 0xf4, 0x9c, 0xec, 0xb8, 0xdc, 0x22, 0x4a, 0xf1, 0x24, 0x8a, 0x0d,
+ 0x55, 0x5c, 0x6e, 0x80, 0xff, 0x73, 0x0d, 0x5a, 0x78, 0xc7, 0x13, 0x95, 0xb1, 0x5b, 0xd0, 0x4c,
+ 0x03, 0x04, 0x64, 0xf7, 0x2a, 0xe9, 0xec, 0x2e, 0xfb, 0x0f, 0xb4, 0xa7, 0xfa, 0xa9, 0x1c, 0xea,
+ 0x47, 0x73, 0xe3, 0xcd, 0xfa, 0xde, 0x56, 0xa9, 0x7a, 0xa2, 0xa2, 0x44, 0xf3, 0x52, 0x83, 0xfd,
+ 0x17, 0x60, 0xaa, 0x39, 0x56, 0x23, 0xea, 0xd7, 0x57, 0xeb, 0x57, 0x54, 0xd8, 0x3f, 0xa1, 0x35,
+ 0xd5, 0xcf, 0xd4, 0x4c, 0x8f, 0x2d, 0xfb, 0xaf, 0x68, 0xe7, 0xfb, 0xec, 0x36, 0x34, 0xa7, 0xfa,
+ 0x58, 0x65, 0xe6, 0x56, 0x2b, 0x34, 0xed, 0x36, 0xfb, 0x37, 0x34, 0x87, 0x94, 0x47, 0xaa, 0x86,
+ 0xf5, 0xbd, 0x1b, 0xa5, 0x62, 0x91, 0x62, 0x6e, 0x55, 0x90, 0xdd, 0x9f, 0xcd, 0x44, 0x1c, 0xe9,
+ 0x39, 0x95, 0xb8, 0xcb, 0x73, 0x88, 0x89, 0x1c, 0x8a, 0x20, 0x12, 0xf1, 0x21, 0x36, 0x95, 0x35,
+ 0x2a, 0xba, 0x8a, 0x04, 0x83, 0x3f, 0x14, 0x81, 0x3c, 0x3a, 0xf4, 0xda, 0x54, 0xfd, 0x16, 0xf9,
+ 0xbf, 0xd4, 0x60, 0x0d, 0xed, 0x1c, 0x25, 0x43, 0xf5, 0x67, 0x9c, 0xff, 0xe8, 0x38, 0xd7, 0x8b,
+ 0x38, 0x9f, 0x43, 0xeb, 0xf9, 0xe0, 0x8c, 0xa2, 0xfc, 0x0f, 0x70, 0xd3, 0xe0, 0xf9, 0xe0, 0xec,
+ 0x1d, 0x41, 0x36, 0x9b, 0x58, 0x53, 0x7a, 0x3e, 0xcd, 0x6b, 0x4a, 0xcf, 0xa7, 0x58, 0x53, 0xd3,
+ 0x54, 0x0d, 0x28, 0x80, 0x35, 0x4e, 0x6b, 0xac, 0x1d, 0x35, 0x38, 0x3b, 0x3a, 0xa4, 0x38, 0x35,
+ 0xb8, 0x01, 0xfe, 0xe7, 0xd0, 0x35, 0x15, 0x8b, 0x37, 0x3b, 0x94, 0x1a, 0x5b, 0xf2, 0xdf, 0xa1,
+ 0x3e, 0x55, 0x99, 0xb5, 0x79, 0x7d, 0xf1, 0xf2, 0x27, 0x2a, 0xe3, 0xb8, 0xcb, 0xee, 0x40, 0x33,
+ 0xa5, 0x3f, 0xda, 0xac, 0xde, 0xac, 0xf4, 0xc8, 0xa2, 0x0d, 0x70, 0xab, 0x83, 0xc6, 0xb1, 0xad,
+ 0x67, 0x76, 0x86, 0x19, 0xe0, 0x3f, 0x80, 0xce, 0x89, 0x48, 0xc5, 0x24, 0x2f, 0xde, 0xbb, 0xe0,
+ 0x62, 0x0c, 0xd0, 0x34, 0x36, 0xb7, 0xed, 0xea, 0x75, 0x17, 0x7d, 0xe4, 0x46, 0xd1, 0x3f, 0xab,
+ 0xba, 0xff, 0xe8, 0x52, 0x1f, 0xa8, 0x49, 0x69, 0xcb, 0xa9, 0xd8, 0xc2, 0x90, 0x04, 0x6a, 0x62,
+ 0xa2, 0xd4, 0xe1, 0xb4, 0x66, 0x77, 0xcc, 0x45, 0x0d, 0xcd, 0xde, 0x67, 0x0d, 0xd5, 0xfc, 0x27,
+ 0xd0, 0x2d, 0xbc, 0x7d, 0x6c, 0x67, 0xd4, 0x7d, 0x68, 0x49, 0xb2, 0x8a, 0x07, 0xbf, 0xd3, 0x67,
+ 0xe3, 0x18, 0xcf, 0x55, 0xfd, 0x8f, 0xec, 0xbd, 0x3f, 0x55, 0xb1, 0xc2, 0x04, 0xde, 0x06, 0x37,
+ 0x4a, 0x86, 0x2a, 0xbf, 0x77, 0x25, 0xe4, 0x96, 0x08, 0xdc, 0xec, 0xfb, 0x8f, 0xa1, 0xf9, 0x42,
+ 0x11, 0x33, 0xca, 0xf1, 0xdc, 0xa6, 0xf1, 0x6c, 0x87, 0x5f, 0x68, 0xa7, 0x86, 0x01, 0x48, 0xb1,
+ 0x4c, 0x55, 0x26, 0x9c, 0x45, 0xfe, 0xaf, 0x0d, 0x68, 0x9d, 0xc4, 0x42, 0x4b, 0x33, 0x20, 0xe3,
+ 0x28, 0x90, 0x49, 0x96, 0x0f, 0xa4, 0x1c, 0xd2, 0x1b, 0x41, 0xc5, 0x2a, 0xcd, 0xcf, 0x24, 0x80,
+ 0x67, 0x26, 0x07, 0x24, 0x36, 0x1d, 0xdb, 0x22, 0xd4, 0x4e, 0x68, 0xac, 0x99, 0x96, 0x6d, 0x00,
+ 0xce, 0xb4, 0xe4, 0xa0, 0x1c, 0x1b, 0xa6, 0x6f, 0x57, 0x45, 0x68, 0x3f, 0xd9, 0x4f, 0xe9, 0xd9,
+ 0xd3, 0x34, 0x05, 0x64, 0x21, 0x16, 0x50, 0x72, 0x18, 0xe1, 0x2b, 0x21, 0x52, 0x89, 0xad, 0xae,
+ 0x8a, 0x84, 0xed, 0x02, 0xa4, 0xc1, 0x53, 0x15, 0x08, 0xda, 0x5f, 0x5b, 0x59, 0x22, 0x15, 0x0d,
+ 0xe3, 0x61, 0x34, 0x91, 0x54, 0x6f, 0xe4, 0x61, 0x34, 0xa1, 0x47, 0x4c, 0x72, 0x20, 0x52, 0xeb,
+ 0x02, 0x58, 0x2b, 0x85, 0x04, 0x47, 0xfc, 0xf1, 0x81, 0x48, 0xcd, 0x95, 0xd7, 0x69, 0xbb, 0x14,
+ 0xe0, 0x3c, 0x47, 0xdd, 0xa7, 0x6a, 0xa4, 0xbc, 0x0e, 0x6d, 0x16, 0x38, 0xdf, 0xa3, 0xa0, 0x6c,
+ 0x94, 0x7b, 0x14, 0x97, 0x6d, 0x58, 0x9b, 0x62, 0x02, 0xf6, 0xa3, 0xc4, 0xdb, 0x24, 0x4a, 0x16,
+ 0x98, 0xdd, 0x82, 0xcd, 0x64, 0x3f, 0x4a, 0x28, 0x41, 0x9f, 0xd0, 0x33, 0x71, 0x8b, 0x34, 0x96,
+ 0xa4, 0xac, 0x0f, 0x5b, 0x85, 0xe4, 0x89, 0x79, 0x38, 0x76, 0x49, 0x71, 0x59, 0xcc, 0xfe, 0x0f,
+ 0x9b, 0x18, 0x87, 0x91, 0x2a, 0xa2, 0x75, 0x7d, 0x65, 0xb4, 0x96, 0xb4, 0xf0, 0xee, 0xe8, 0xf1,
+ 0x33, 0x15, 0xca, 0xd8, 0x63, 0x74, 0x76, 0x29, 0x60, 0x77, 0xe1, 0x46, 0x01, 0x2a, 0x39, 0xbe,
+ 0x41, 0x7a, 0xab, 0xb6, 0xfc, 0x6f, 0xeb, 0xd0, 0xb1, 0xbc, 0x3b, 0x88, 0xd5, 0x2c, 0x7c, 0x0f,
+ 0xf9, 0x16, 0x93, 0x5b, 0xfb, 0x60, 0x72, 0x97, 0x88, 0x56, 0xbf, 0x4a, 0xb4, 0xd5, 0x04, 0x5d,
+ 0x24, 0x99, 0x7b, 0x85, 0x64, 0x36, 0x04, 0x26, 0xfd, 0x86, 0xa0, 0xa5, 0x20, 0x27, 0x0f, 0x81,
+ 0x7b, 0x05, 0x45, 0x0b, 0xc9, 0x12, 0xb9, 0xd6, 0xae, 0x90, 0x0b, 0x5f, 0xbf, 0xa9, 0x98, 0xc8,
+ 0x63, 0x65, 0x49, 0x99, 0x43, 0xb4, 0x8b, 0x2d, 0xce, 0xe4, 0xdf, 0xb0, 0xb2, 0x14, 0xd8, 0xd9,
+ 0x92, 0x67, 0xdd, 0xb0, 0xb2, 0x22, 0x61, 0x3e, 0x74, 0x46, 0xa9, 0x98, 0x53, 0xab, 0x8a, 0xc5,
+ 0xc8, 0x52, 0x73, 0x41, 0x86, 0xb6, 0x83, 0xb1, 0x48, 0x8f, 0x67, 0x13, 0xcb, 0xce, 0x1c, 0xfa,
+ 0xdf, 0xbb, 0xb0, 0x69, 0xd3, 0xf4, 0x52, 0x8e, 0xa3, 0x20, 0x36, 0x61, 0x22, 0x11, 0x1d, 0xe7,
+ 0xd8, 0x8b, 0x14, 0x92, 0x4a, 0x57, 0xa8, 0xad, 0xee, 0x0a, 0xf5, 0x6a, 0xd0, 0x2b, 0x69, 0x6f,
+ 0x2c, 0xa6, 0xfd, 0xc3, 0xfd, 0x82, 0xaa, 0xca, 0xfa, 0xdd, 0xcc, 0xab, 0xca, 0x60, 0xaa, 0x08,
+ 0x5c, 0x57, 0x4e, 0x68, 0xf5, 0xea, 0x7d, 0x97, 0x2f, 0x8b, 0x7f, 0x77, 0xef, 0xb8, 0x0f, 0x1b,
+ 0x69, 0x40, 0x85, 0x6d, 0xff, 0xd2, 0x5e, 0xf9, 0x97, 0x45, 0x25, 0xbc, 0xcd, 0x2b, 0x13, 0x40,
+ 0x8a, 0x01, 0x98, 0x17, 0x7d, 0x45, 0x84, 0x89, 0xb2, 0x70, 0x3f, 0x15, 0x49, 0x48, 0xa9, 0x6c,
+ 0xf3, 0x05, 0x19, 0xc6, 0xde, 0xe2, 0x17, 0xb3, 0x01, 0xa5, 0xb2, 0xcd, 0x2b, 0x92, 0xca, 0x19,
+ 0x78, 0xe4, 0x3d, 0xca, 0x66, 0x79, 0x06, 0xc9, 0x88, 0x68, 0xaf, 0x42, 0x0c, 0x00, 0xb5, 0x9b,
+ 0x1a, 0xcf, 0x21, 0x51, 0x09, 0x17, 0x26, 0x5c, 0x5b, 0xe6, 0x5d, 0x5f, 0x4a, 0xd8, 0xbf, 0xa0,
+ 0x9b, 0xbc, 0x2c, 0x8c, 0x99, 0x56, 0xd0, 0xa5, 0xb8, 0x5f, 0x91, 0x53, 0xe7, 0x7a, 0x99, 0xbb,
+ 0x4e, 0xd4, 0xbc, 0x4e, 0x9a, 0x4b, 0xd2, 0xaa, 0x9e, 0x2d, 0x1d, 0xb6, 0xa8, 0x67, 0xcb, 0x67,
+ 0x59, 0x6f, 0x8f, 0x9a, 0xcb, 0xb2, 0xde, 0x9e, 0xff, 0x10, 0x36, 0x2c, 0x5f, 0xed, 0xe7, 0xc7,
+ 0xdd, 0xe2, 0x75, 0x62, 0x46, 0xaa, 0x57, 0x79, 0xeb, 0x2d, 0x10, 0x3b, 0x7f, 0xa1, 0xf8, 0x5f,
+ 0x39, 0x00, 0x4f, 0x66, 0x13, 0x91, 0x98, 0x2f, 0xad, 0x3e, 0xb4, 0xd2, 0x80, 0xf0, 0x3b, 0xde,
+ 0x5e, 0xf9, 0xf6, 0xd2, 0x77, 0x51, 0x6d, 0xf9, 0xbb, 0x88, 0x75, 0xc0, 0xb9, 0xb4, 0xec, 0x77,
+ 0x2e, 0x11, 0xe5, 0x1f, 0x35, 0xce, 0xbc, 0xf2, 0x9d, 0xee, 0xd2, 0x14, 0xaf, 0x7c, 0x0c, 0x37,
+ 0x7b, 0x75, 0xca, 0x92, 0x81, 0xfe, 0x03, 0xe8, 0x96, 0xde, 0xd9, 0x4b, 0xde, 0x59, 0xba, 0x64,
+ 0xe5, 0x09, 0x56, 0xd1, 0xb5, 0x3a, 0xfb, 0xde, 0x0f, 0x6f, 0x76, 0x9c, 0xd7, 0x6f, 0x76, 0x9c,
+ 0x9f, 0xde, 0xec, 0x38, 0x5f, 0xbe, 0xdd, 0xb9, 0xf6, 0xfa, 0xed, 0xce, 0xb5, 0x1f, 0xdf, 0xee,
+ 0x5c, 0x1b, 0x34, 0xe9, 0x6f, 0xff, 0xfb, 0x2d, 0x00, 0x00, 0xff, 0xff, 0x98, 0x1b, 0xeb, 0x49,
+ 0xc1, 0x10, 0x00, 0x00,
}
func (m *Image) Marshal() (dAtA []byte, err error) {
@@ -583,6 +2106,1027 @@
return i, nil
}
+func (m *FaceAngle) Marshal() (dAtA []byte, err error) {
+ size := m.Size()
+ dAtA = make([]byte, size)
+ n, err := m.MarshalTo(dAtA)
+ if err != nil {
+ return nil, err
+ }
+ return dAtA[:n], nil
+}
+
+func (m *FaceAngle) MarshalTo(dAtA []byte) (int, error) {
+ var i int
+ _ = i
+ var l int
+ _ = l
+ if m.Yaw != 0 {
+ dAtA[i] = 0x8
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.Yaw))
+ }
+ if m.Pitch != 0 {
+ dAtA[i] = 0x10
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.Pitch))
+ }
+ if m.Roll != 0 {
+ dAtA[i] = 0x18
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.Roll))
+ }
+ if m.Confidence != 0 {
+ dAtA[i] = 0x25
+ i++
+ encoding_binary.LittleEndian.PutUint32(dAtA[i:], uint32(math.Float32bits(float32(m.Confidence))))
+ i += 4
+ }
+ return i, nil
+}
+
+func (m *ThftResult) Marshal() (dAtA []byte, err error) {
+ size := m.Size()
+ dAtA = make([]byte, size)
+ n, err := m.MarshalTo(dAtA)
+ if err != nil {
+ return nil, err
+ }
+ return dAtA[:n], nil
+}
+
+func (m *ThftResult) MarshalTo(dAtA []byte) (int, error) {
+ var i int
+ _ = i
+ var l int
+ _ = l
+ if m.Gender != 0 {
+ dAtA[i] = 0x8
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.Gender))
+ }
+ if m.Age != 0 {
+ dAtA[i] = 0x10
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.Age))
+ }
+ if m.Race != 0 {
+ dAtA[i] = 0x18
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.Race))
+ }
+ if m.Beauty != 0 {
+ dAtA[i] = 0x20
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.Beauty))
+ }
+ if m.Smile != 0 {
+ dAtA[i] = 0x28
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.Smile))
+ }
+ return i, nil
+}
+
+func (m *FacePos) Marshal() (dAtA []byte, err error) {
+ size := m.Size()
+ dAtA = make([]byte, size)
+ n, err := m.MarshalTo(dAtA)
+ if err != nil {
+ return nil, err
+ }
+ return dAtA[:n], nil
+}
+
+func (m *FacePos) MarshalTo(dAtA []byte) (int, error) {
+ var i int
+ _ = i
+ var l int
+ _ = l
+ if m.RcFace != nil {
+ dAtA[i] = 0xa
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.RcFace.Size()))
+ n2, err2 := m.RcFace.MarshalTo(dAtA[i:])
+ if err2 != nil {
+ return 0, err2
+ }
+ i += n2
+ }
+ if m.PtLeftEye != nil {
+ dAtA[i] = 0x12
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.PtLeftEye.Size()))
+ n3, err3 := m.PtLeftEye.MarshalTo(dAtA[i:])
+ if err3 != nil {
+ return 0, err3
+ }
+ i += n3
+ }
+ if m.PtRightEye != nil {
+ dAtA[i] = 0x1a
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.PtRightEye.Size()))
+ n4, err4 := m.PtRightEye.MarshalTo(dAtA[i:])
+ if err4 != nil {
+ return 0, err4
+ }
+ i += n4
+ }
+ if m.PtMouth != nil {
+ dAtA[i] = 0x22
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.PtMouth.Size()))
+ n5, err5 := m.PtMouth.MarshalTo(dAtA[i:])
+ if err5 != nil {
+ return 0, err5
+ }
+ i += n5
+ }
+ if m.PtNose != nil {
+ dAtA[i] = 0x2a
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.PtNose.Size()))
+ n6, err6 := m.PtNose.MarshalTo(dAtA[i:])
+ if err6 != nil {
+ return 0, err6
+ }
+ i += n6
+ }
+ if m.FAngle != nil {
+ dAtA[i] = 0x32
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.FAngle.Size()))
+ n7, err7 := m.FAngle.MarshalTo(dAtA[i:])
+ if err7 != nil {
+ return 0, err7
+ }
+ i += n7
+ }
+ if m.Quality != 0 {
+ dAtA[i] = 0x38
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.Quality))
+ }
+ if len(m.FacialData) > 0 {
+ dAtA[i] = 0x42
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(len(m.FacialData)))
+ i += copy(dAtA[i:], m.FacialData)
+ }
+ if m.FaceID != 0 {
+ dAtA[i] = 0x48
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.FaceID))
+ }
+ return i, nil
+}
+
+func (m *FaceInfo) Marshal() (dAtA []byte, err error) {
+ size := m.Size()
+ dAtA = make([]byte, size)
+ n, err := m.MarshalTo(dAtA)
+ if err != nil {
+ return nil, err
+ }
+ return dAtA[:n], nil
+}
+
+func (m *FaceInfo) MarshalTo(dAtA []byte) (int, error) {
+ var i int
+ _ = i
+ var l int
+ _ = l
+ if m.RcFace != nil {
+ dAtA[i] = 0xa
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.RcFace.Size()))
+ n8, err8 := m.RcFace.MarshalTo(dAtA[i:])
+ if err8 != nil {
+ return 0, err8
+ }
+ i += n8
+ }
+ if m.PtLeftEye != nil {
+ dAtA[i] = 0x12
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.PtLeftEye.Size()))
+ n9, err9 := m.PtLeftEye.MarshalTo(dAtA[i:])
+ if err9 != nil {
+ return 0, err9
+ }
+ i += n9
+ }
+ if m.PtRightEye != nil {
+ dAtA[i] = 0x1a
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.PtRightEye.Size()))
+ n10, err10 := m.PtRightEye.MarshalTo(dAtA[i:])
+ if err10 != nil {
+ return 0, err10
+ }
+ i += n10
+ }
+ if m.PtMouth != nil {
+ dAtA[i] = 0x22
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.PtMouth.Size()))
+ n11, err11 := m.PtMouth.MarshalTo(dAtA[i:])
+ if err11 != nil {
+ return 0, err11
+ }
+ i += n11
+ }
+ if m.PtNose != nil {
+ dAtA[i] = 0x2a
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.PtNose.Size()))
+ n12, err12 := m.PtNose.MarshalTo(dAtA[i:])
+ if err12 != nil {
+ return 0, err12
+ }
+ i += n12
+ }
+ if m.FAngle != nil {
+ dAtA[i] = 0x32
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.FAngle.Size()))
+ n13, err13 := m.FAngle.MarshalTo(dAtA[i:])
+ if err13 != nil {
+ return 0, err13
+ }
+ i += n13
+ }
+ if m.Quality != 0 {
+ dAtA[i] = 0x38
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.Quality))
+ }
+ if len(m.FacialData) > 0 {
+ dAtA[i] = 0x42
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(len(m.FacialData)))
+ i += copy(dAtA[i:], m.FacialData)
+ }
+ if m.FaceID != 0 {
+ dAtA[i] = 0x48
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.FaceID))
+ }
+ return i, nil
+}
+
+func (m *ObjInfo) Marshal() (dAtA []byte, err error) {
+ size := m.Size()
+ dAtA = make([]byte, size)
+ n, err := m.MarshalTo(dAtA)
+ if err != nil {
+ return nil, err
+ }
+ return dAtA[:n], nil
+}
+
+func (m *ObjInfo) MarshalTo(dAtA []byte) (int, error) {
+ var i int
+ _ = i
+ var l int
+ _ = l
+ if m.RcObj != nil {
+ dAtA[i] = 0xa
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.RcObj.Size()))
+ n14, err14 := m.RcObj.MarshalTo(dAtA[i:])
+ if err14 != nil {
+ return 0, err14
+ }
+ i += n14
+ }
+ if m.Typ != 0 {
+ dAtA[i] = 0x10
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.Typ))
+ }
+ if m.Prob != 0 {
+ dAtA[i] = 0x1d
+ i++
+ encoding_binary.LittleEndian.PutUint32(dAtA[i:], uint32(math.Float32bits(float32(m.Prob))))
+ i += 4
+ }
+ if m.ObjID != 0 {
+ dAtA[i] = 0x20
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.ObjID))
+ }
+ return i, nil
+}
+
+func (m *ResultFaceDetect) Marshal() (dAtA []byte, err error) {
+ size := m.Size()
+ dAtA = make([]byte, size)
+ n, err := m.MarshalTo(dAtA)
+ if err != nil {
+ return nil, err
+ }
+ return dAtA[:n], nil
+}
+
+func (m *ResultFaceDetect) MarshalTo(dAtA []byte) (int, error) {
+ var i int
+ _ = i
+ var l int
+ _ = l
+ if m.Pos != nil {
+ dAtA[i] = 0xa
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.Pos.Size()))
+ n15, err15 := m.Pos.MarshalTo(dAtA[i:])
+ if err15 != nil {
+ return 0, err15
+ }
+ i += n15
+ }
+ if m.Result != nil {
+ dAtA[i] = 0x12
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.Result.Size()))
+ n16, err16 := m.Result.MarshalTo(dAtA[i:])
+ if err16 != nil {
+ return 0, err16
+ }
+ i += n16
+ }
+ if len(m.Feats) > 0 {
+ dAtA[i] = 0x1a
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(len(m.Feats)))
+ i += copy(dAtA[i:], m.Feats)
+ }
+ return i, nil
+}
+
+func (m *ParamFacePos) Marshal() (dAtA []byte, err error) {
+ size := m.Size()
+ dAtA = make([]byte, size)
+ n, err := m.MarshalTo(dAtA)
+ if err != nil {
+ return nil, err
+ }
+ return dAtA[:n], nil
+}
+
+func (m *ParamFacePos) MarshalTo(dAtA []byte) (int, error) {
+ var i int
+ _ = i
+ var l int
+ _ = l
+ if len(m.Faces) > 0 {
+ for _, msg := range m.Faces {
+ dAtA[i] = 0xa
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(msg.Size()))
+ n, err := msg.MarshalTo(dAtA[i:])
+ if err != nil {
+ return 0, err
+ }
+ i += n
+ }
+ }
+ return i, nil
+}
+
+func (m *ResultFaceExtCom) Marshal() (dAtA []byte, err error) {
+ size := m.Size()
+ dAtA = make([]byte, size)
+ n, err := m.MarshalTo(dAtA)
+ if err != nil {
+ return nil, err
+ }
+ return dAtA[:n], nil
+}
+
+func (m *ResultFaceExtCom) MarshalTo(dAtA []byte) (int, error) {
+ var i int
+ _ = i
+ var l int
+ _ = l
+ if len(m.Feats) > 0 {
+ dAtA[i] = 0xa
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(len(m.Feats)))
+ i += copy(dAtA[i:], m.Feats)
+ }
+ if len(m.Comp) > 0 {
+ dAtA[i] = 0x12
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(len(m.Comp)))
+ i += copy(dAtA[i:], m.Comp)
+ }
+ if m.Pos != nil {
+ dAtA[i] = 0x1a
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.Pos.Size()))
+ n17, err17 := m.Pos.MarshalTo(dAtA[i:])
+ if err17 != nil {
+ return 0, err17
+ }
+ i += n17
+ }
+ return i, nil
+}
+
+func (m *ParamFaceFeature) Marshal() (dAtA []byte, err error) {
+ size := m.Size()
+ dAtA = make([]byte, size)
+ n, err := m.MarshalTo(dAtA)
+ if err != nil {
+ return nil, err
+ }
+ return dAtA[:n], nil
+}
+
+func (m *ParamFaceFeature) MarshalTo(dAtA []byte) (int, error) {
+ var i int
+ _ = i
+ var l int
+ _ = l
+ if len(m.ExtComp) > 0 {
+ for _, msg := range m.ExtComp {
+ dAtA[i] = 0x12
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(msg.Size()))
+ n, err := msg.MarshalTo(dAtA[i:])
+ if err != nil {
+ return 0, err
+ }
+ i += n
+ }
+ }
+ return i, nil
+}
+
+func (m *ParamYoloObj) Marshal() (dAtA []byte, err error) {
+ size := m.Size()
+ dAtA = make([]byte, size)
+ n, err := m.MarshalTo(dAtA)
+ if err != nil {
+ return nil, err
+ }
+ return dAtA[:n], nil
+}
+
+func (m *ParamYoloObj) MarshalTo(dAtA []byte) (int, error) {
+ var i int
+ _ = i
+ var l int
+ _ = l
+ if len(m.Infos) > 0 {
+ for _, msg := range m.Infos {
+ dAtA[i] = 0xa
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(msg.Size()))
+ n, err := msg.MarshalTo(dAtA[i:])
+ if err != nil {
+ return 0, err
+ }
+ i += n
+ }
+ }
+ return i, nil
+}
+
+func (m *SoInfo) Marshal() (dAtA []byte, err error) {
+ size := m.Size()
+ dAtA = make([]byte, size)
+ n, err := m.MarshalTo(dAtA)
+ if err != nil {
+ return nil, err
+ }
+ return dAtA[:n], nil
+}
+
+func (m *SoInfo) MarshalTo(dAtA []byte) (int, error) {
+ var i int
+ _ = i
+ var l int
+ _ = l
+ if len(m.Id) > 0 {
+ dAtA[i] = 0xa
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(len(m.Id)))
+ i += copy(dAtA[i:], m.Id)
+ }
+ if len(m.SdkId) > 0 {
+ dAtA[i] = 0x12
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(len(m.SdkId)))
+ i += copy(dAtA[i:], m.SdkId)
+ }
+ if len(m.SoName) > 0 {
+ dAtA[i] = 0x1a
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(len(m.SoName)))
+ i += copy(dAtA[i:], m.SoName)
+ }
+ return i, nil
+}
+
+func (m *PlateID) Marshal() (dAtA []byte, err error) {
+ size := m.Size()
+ dAtA = make([]byte, size)
+ n, err := m.MarshalTo(dAtA)
+ if err != nil {
+ return nil, err
+ }
+ return dAtA[:n], nil
+}
+
+func (m *PlateID) MarshalTo(dAtA []byte) (int, error) {
+ var i int
+ _ = i
+ var l int
+ _ = l
+ if len(m.License) > 0 {
+ dAtA[i] = 0xa
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(len(m.License)))
+ i += copy(dAtA[i:], m.License)
+ }
+ if len(m.Color) > 0 {
+ dAtA[i] = 0x12
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(len(m.Color)))
+ i += copy(dAtA[i:], m.Color)
+ }
+ if m.NColor != 0 {
+ dAtA[i] = 0x18
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.NColor))
+ }
+ if m.NType != 0 {
+ dAtA[i] = 0x20
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.NType))
+ }
+ if m.NConfidence != 0 {
+ dAtA[i] = 0x28
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.NConfidence))
+ }
+ if m.NBright != 0 {
+ dAtA[i] = 0x30
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.NBright))
+ }
+ if m.NDirection != 0 {
+ dAtA[i] = 0x38
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.NDirection))
+ }
+ if m.RcLocation != nil {
+ dAtA[i] = 0x42
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.RcLocation.Size()))
+ n18, err18 := m.RcLocation.MarshalTo(dAtA[i:])
+ if err18 != nil {
+ return 0, err18
+ }
+ i += n18
+ }
+ if m.NTime != 0 {
+ dAtA[i] = 0x48
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.NTime))
+ }
+ if m.NCarBright != 0 {
+ dAtA[i] = 0x50
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.NCarBright))
+ }
+ if m.NCarColor != 0 {
+ dAtA[i] = 0x58
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.NCarColor))
+ }
+ if m.NCarLogo != 0 {
+ dAtA[i] = 0x60
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.NCarLogo))
+ }
+ if m.NCarType != 0 {
+ dAtA[i] = 0x68
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.NCarType))
+ }
+ if len(m.PlateBin) > 0 {
+ dAtA[i] = 0x72
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(len(m.PlateBin)))
+ i += copy(dAtA[i:], m.PlateBin)
+ }
+ if len(m.NBinPlateWidth) > 0 {
+ dAtA[i] = 0x7a
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(len(m.NBinPlateWidth)))
+ i += copy(dAtA[i:], m.NBinPlateWidth)
+ }
+ if len(m.NBinPlateHeight) > 0 {
+ dAtA[i] = 0x82
+ i++
+ dAtA[i] = 0x1
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(len(m.NBinPlateHeight)))
+ i += copy(dAtA[i:], m.NBinPlateHeight)
+ }
+ if m.RcLogoLocation != nil {
+ dAtA[i] = 0x8a
+ i++
+ dAtA[i] = 0x1
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.RcLogoLocation.Size()))
+ n19, err19 := m.RcLogoLocation.MarshalTo(dAtA[i:])
+ if err19 != nil {
+ return 0, err19
+ }
+ i += n19
+ }
+ if len(m.NCarModel) > 0 {
+ dAtA[i] = 0x92
+ i++
+ dAtA[i] = 0x1
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(len(m.NCarModel)))
+ i += copy(dAtA[i:], m.NCarModel)
+ }
+ if len(m.NCarModelConfidence) > 0 {
+ dAtA[i] = 0x9a
+ i++
+ dAtA[i] = 0x1
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(len(m.NCarModelConfidence)))
+ i += copy(dAtA[i:], m.NCarModelConfidence)
+ }
+ return i, nil
+}
+
+func (m *PlateIDCloud) Marshal() (dAtA []byte, err error) {
+ size := m.Size()
+ dAtA = make([]byte, size)
+ n, err := m.MarshalTo(dAtA)
+ if err != nil {
+ return nil, err
+ }
+ return dAtA[:n], nil
+}
+
+func (m *PlateIDCloud) MarshalTo(dAtA []byte) (int, error) {
+ var i int
+ _ = i
+ var l int
+ _ = l
+ if len(m.License) > 0 {
+ dAtA[i] = 0xa
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(len(m.License)))
+ i += copy(dAtA[i:], m.License)
+ }
+ if m.RcLocation != nil {
+ dAtA[i] = 0x12
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.RcLocation.Size()))
+ n20, err20 := m.RcLocation.MarshalTo(dAtA[i:])
+ if err20 != nil {
+ return 0, err20
+ }
+ i += n20
+ }
+ if m.NConfidence != 0 {
+ dAtA[i] = 0x18
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.NConfidence))
+ }
+ if m.NType != 0 {
+ dAtA[i] = 0x20
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.NType))
+ }
+ if m.NDirection != 0 {
+ dAtA[i] = 0x28
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.NDirection))
+ }
+ if m.NCarColor != 0 {
+ dAtA[i] = 0x30
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.NCarColor))
+ }
+ if m.NCarColor1 != 0 {
+ dAtA[i] = 0x38
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.NCarColor1))
+ }
+ if m.NCarBright != 0 {
+ dAtA[i] = 0x40
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.NCarBright))
+ }
+ if m.FrameNo != 0 {
+ dAtA[i] = 0x48
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.FrameNo))
+ }
+ if m.FaceWidth != 0 {
+ dAtA[i] = 0x50
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.FaceWidth))
+ }
+ if m.FaceHeight != 0 {
+ dAtA[i] = 0x58
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.FaceHeight))
+ }
+ if m.GrayFaceFlag != 0 {
+ dAtA[i] = 0x60
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.GrayFaceFlag))
+ }
+ if m.CharNum != 0 {
+ dAtA[i] = 0x68
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.CharNum))
+ }
+ return i, nil
+}
+
+func (m *PlateIDVehicle) Marshal() (dAtA []byte, err error) {
+ size := m.Size()
+ dAtA = make([]byte, size)
+ n, err := m.MarshalTo(dAtA)
+ if err != nil {
+ return nil, err
+ }
+ return dAtA[:n], nil
+}
+
+func (m *PlateIDVehicle) MarshalTo(dAtA []byte) (int, error) {
+ var i int
+ _ = i
+ var l int
+ _ = l
+ if m.NPlateFlag != 0 {
+ dAtA[i] = 0x8
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.NPlateFlag))
+ }
+ if m.NColor != 0 {
+ dAtA[i] = 0x10
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.NColor))
+ }
+ if m.NType != 0 {
+ dAtA[i] = 0x18
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.NType))
+ }
+ if len(m.License) > 0 {
+ dAtA[i] = 0x22
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(len(m.License)))
+ i += copy(dAtA[i:], m.License)
+ }
+ if m.NConfidence != 0 {
+ dAtA[i] = 0x28
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.NConfidence))
+ }
+ if m.NCharNum != 0 {
+ dAtA[i] = 0x30
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.NCharNum))
+ }
+ if len(m.NCharConfidence) > 0 {
+ dAtA22 := make([]byte, len(m.NCharConfidence)*10)
+ var j21 int
+ for _, num1 := range m.NCharConfidence {
+ num := uint64(num1)
+ for num >= 1<<7 {
+ dAtA22[j21] = uint8(uint64(num)&0x7f | 0x80)
+ num >>= 7
+ j21++
+ }
+ dAtA22[j21] = uint8(num)
+ j21++
+ }
+ dAtA[i] = 0x3a
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(j21))
+ i += copy(dAtA[i:], dAtA22[:j21])
+ }
+ if m.RcLocation != nil {
+ dAtA[i] = 0x42
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.RcLocation.Size()))
+ n23, err23 := m.RcLocation.MarshalTo(dAtA[i:])
+ if err23 != nil {
+ return 0, err23
+ }
+ i += n23
+ }
+ if m.RcCarLocation != nil {
+ dAtA[i] = 0x4a
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.RcCarLocation.Size()))
+ n24, err24 := m.RcCarLocation.MarshalTo(dAtA[i:])
+ if err24 != nil {
+ return 0, err24
+ }
+ i += n24
+ }
+ if len(m.VehicleType) > 0 {
+ dAtA[i] = 0x52
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(len(m.VehicleType)))
+ i += copy(dAtA[i:], m.VehicleType)
+ }
+ if len(m.VehicleBrand) > 0 {
+ dAtA[i] = 0x5a
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(len(m.VehicleBrand)))
+ i += copy(dAtA[i:], m.VehicleBrand)
+ }
+ if len(m.VehicleSub) > 0 {
+ dAtA[i] = 0x62
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(len(m.VehicleSub)))
+ i += copy(dAtA[i:], m.VehicleSub)
+ }
+ if len(m.VehicleType1) > 0 {
+ dAtA[i] = 0x6a
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(len(m.VehicleType1)))
+ i += copy(dAtA[i:], m.VehicleType1)
+ }
+ if m.FvdConf != 0 {
+ dAtA[i] = 0x75
+ i++
+ encoding_binary.LittleEndian.PutUint32(dAtA[i:], uint32(math.Float32bits(float32(m.FvdConf))))
+ i += 4
+ }
+ if m.FConfdence != 0 {
+ dAtA[i] = 0x7d
+ i++
+ encoding_binary.LittleEndian.PutUint32(dAtA[i:], uint32(math.Float32bits(float32(m.FConfdence))))
+ i += 4
+ }
+ if m.NVehicleSubModel != 0 {
+ dAtA[i] = 0x80
+ i++
+ dAtA[i] = 0x1
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.NVehicleSubModel))
+ }
+ if m.NVehicleBright != 0 {
+ dAtA[i] = 0x88
+ i++
+ dAtA[i] = 0x1
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.NVehicleBright))
+ }
+ if m.NVehicleColor1 != 0 {
+ dAtA[i] = 0x90
+ i++
+ dAtA[i] = 0x1
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.NVehicleColor1))
+ }
+ if m.NVehicleColor2 != 0 {
+ dAtA[i] = 0x98
+ i++
+ dAtA[i] = 0x1
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.NVehicleColor2))
+ }
+ return i, nil
+}
+
+func (m *PlateIDResult) Marshal() (dAtA []byte, err error) {
+ size := m.Size()
+ dAtA = make([]byte, size)
+ n, err := m.MarshalTo(dAtA)
+ if err != nil {
+ return nil, err
+ }
+ return dAtA[:n], nil
+}
+
+func (m *PlateIDResult) MarshalTo(dAtA []byte) (int, error) {
+ var i int
+ _ = i
+ var l int
+ _ = l
+ if len(m.Result) > 0 {
+ for _, msg := range m.Result {
+ dAtA[i] = 0xa
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(msg.Size()))
+ n, err := msg.MarshalTo(dAtA[i:])
+ if err != nil {
+ return 0, err
+ }
+ i += n
+ }
+ }
+ return i, nil
+}
+
+func (m *HumanTrack) Marshal() (dAtA []byte, err error) {
+ size := m.Size()
+ dAtA = make([]byte, size)
+ n, err := m.MarshalTo(dAtA)
+ if err != nil {
+ return nil, err
+ }
+ return dAtA[:n], nil
+}
+
+func (m *HumanTrack) MarshalTo(dAtA []byte) (int, error) {
+ var i int
+ _ = i
+ var l int
+ _ = l
+ if m.RcHuman != nil {
+ dAtA[i] = 0xa
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.RcHuman.Size()))
+ n25, err25 := m.RcHuman.MarshalTo(dAtA[i:])
+ if err25 != nil {
+ return 0, err25
+ }
+ i += n25
+ }
+ if m.Confidence != 0 {
+ dAtA[i] = 0x15
+ i++
+ encoding_binary.LittleEndian.PutUint32(dAtA[i:], uint32(math.Float32bits(float32(m.Confidence))))
+ i += 4
+ }
+ if m.X != 0 {
+ dAtA[i] = 0x18
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.X))
+ }
+ if m.Y != 0 {
+ dAtA[i] = 0x20
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.Y))
+ }
+ if m.Id != 0 {
+ dAtA[i] = 0x28
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(m.Id))
+ }
+ if len(m.Feature) > 0 {
+ dAtA[i] = 0x32
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(len(m.Feature)*4))
+ for _, num := range m.Feature {
+ f26 := math.Float32bits(float32(num))
+ encoding_binary.LittleEndian.PutUint32(dAtA[i:], uint32(f26))
+ i += 4
+ }
+ }
+ return i, nil
+}
+
+func (m *HumanTrackResult) Marshal() (dAtA []byte, err error) {
+ size := m.Size()
+ dAtA = make([]byte, size)
+ n, err := m.MarshalTo(dAtA)
+ if err != nil {
+ return nil, err
+ }
+ return dAtA[:n], nil
+}
+
+func (m *HumanTrackResult) MarshalTo(dAtA []byte) (int, error) {
+ var i int
+ _ = i
+ var l int
+ _ = l
+ if len(m.Result) > 0 {
+ for _, msg := range m.Result {
+ dAtA[i] = 0xa
+ i++
+ i = encodeVarintSdk(dAtA, i, uint64(msg.Size()))
+ n, err := msg.MarshalTo(dAtA[i:])
+ if err != nil {
+ return 0, err
+ }
+ i += n
+ }
+ }
+ return i, nil
+}
+
func encodeVarintSdk(dAtA []byte, offset int, v uint64) int {
for v >= 1<<7 {
dAtA[offset] = uint8(v&0x7f | 0x80)
@@ -704,6 +3248,527 @@
}
if len(m.Message) > 0 {
for _, e := range m.Message {
+ l = e.Size()
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ }
+ return n
+}
+
+func (m *FaceAngle) Size() (n int) {
+ if m == nil {
+ return 0
+ }
+ var l int
+ _ = l
+ if m.Yaw != 0 {
+ n += 1 + sovSdk(uint64(m.Yaw))
+ }
+ if m.Pitch != 0 {
+ n += 1 + sovSdk(uint64(m.Pitch))
+ }
+ if m.Roll != 0 {
+ n += 1 + sovSdk(uint64(m.Roll))
+ }
+ if m.Confidence != 0 {
+ n += 5
+ }
+ return n
+}
+
+func (m *ThftResult) Size() (n int) {
+ if m == nil {
+ return 0
+ }
+ var l int
+ _ = l
+ if m.Gender != 0 {
+ n += 1 + sovSdk(uint64(m.Gender))
+ }
+ if m.Age != 0 {
+ n += 1 + sovSdk(uint64(m.Age))
+ }
+ if m.Race != 0 {
+ n += 1 + sovSdk(uint64(m.Race))
+ }
+ if m.Beauty != 0 {
+ n += 1 + sovSdk(uint64(m.Beauty))
+ }
+ if m.Smile != 0 {
+ n += 1 + sovSdk(uint64(m.Smile))
+ }
+ return n
+}
+
+func (m *FacePos) Size() (n int) {
+ if m == nil {
+ return 0
+ }
+ var l int
+ _ = l
+ if m.RcFace != nil {
+ l = m.RcFace.Size()
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ if m.PtLeftEye != nil {
+ l = m.PtLeftEye.Size()
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ if m.PtRightEye != nil {
+ l = m.PtRightEye.Size()
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ if m.PtMouth != nil {
+ l = m.PtMouth.Size()
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ if m.PtNose != nil {
+ l = m.PtNose.Size()
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ if m.FAngle != nil {
+ l = m.FAngle.Size()
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ if m.Quality != 0 {
+ n += 1 + sovSdk(uint64(m.Quality))
+ }
+ l = len(m.FacialData)
+ if l > 0 {
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ if m.FaceID != 0 {
+ n += 1 + sovSdk(uint64(m.FaceID))
+ }
+ return n
+}
+
+func (m *FaceInfo) Size() (n int) {
+ if m == nil {
+ return 0
+ }
+ var l int
+ _ = l
+ if m.RcFace != nil {
+ l = m.RcFace.Size()
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ if m.PtLeftEye != nil {
+ l = m.PtLeftEye.Size()
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ if m.PtRightEye != nil {
+ l = m.PtRightEye.Size()
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ if m.PtMouth != nil {
+ l = m.PtMouth.Size()
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ if m.PtNose != nil {
+ l = m.PtNose.Size()
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ if m.FAngle != nil {
+ l = m.FAngle.Size()
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ if m.Quality != 0 {
+ n += 1 + sovSdk(uint64(m.Quality))
+ }
+ l = len(m.FacialData)
+ if l > 0 {
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ if m.FaceID != 0 {
+ n += 1 + sovSdk(uint64(m.FaceID))
+ }
+ return n
+}
+
+func (m *ObjInfo) Size() (n int) {
+ if m == nil {
+ return 0
+ }
+ var l int
+ _ = l
+ if m.RcObj != nil {
+ l = m.RcObj.Size()
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ if m.Typ != 0 {
+ n += 1 + sovSdk(uint64(m.Typ))
+ }
+ if m.Prob != 0 {
+ n += 5
+ }
+ if m.ObjID != 0 {
+ n += 1 + sovSdk(uint64(m.ObjID))
+ }
+ return n
+}
+
+func (m *ResultFaceDetect) Size() (n int) {
+ if m == nil {
+ return 0
+ }
+ var l int
+ _ = l
+ if m.Pos != nil {
+ l = m.Pos.Size()
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ if m.Result != nil {
+ l = m.Result.Size()
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ l = len(m.Feats)
+ if l > 0 {
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ return n
+}
+
+func (m *ParamFacePos) Size() (n int) {
+ if m == nil {
+ return 0
+ }
+ var l int
+ _ = l
+ if len(m.Faces) > 0 {
+ for _, e := range m.Faces {
+ l = e.Size()
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ }
+ return n
+}
+
+func (m *ResultFaceExtCom) Size() (n int) {
+ if m == nil {
+ return 0
+ }
+ var l int
+ _ = l
+ l = len(m.Feats)
+ if l > 0 {
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ l = len(m.Comp)
+ if l > 0 {
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ if m.Pos != nil {
+ l = m.Pos.Size()
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ return n
+}
+
+func (m *ParamFaceFeature) Size() (n int) {
+ if m == nil {
+ return 0
+ }
+ var l int
+ _ = l
+ if len(m.ExtComp) > 0 {
+ for _, e := range m.ExtComp {
+ l = e.Size()
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ }
+ return n
+}
+
+func (m *ParamYoloObj) Size() (n int) {
+ if m == nil {
+ return 0
+ }
+ var l int
+ _ = l
+ if len(m.Infos) > 0 {
+ for _, e := range m.Infos {
+ l = e.Size()
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ }
+ return n
+}
+
+func (m *SoInfo) Size() (n int) {
+ if m == nil {
+ return 0
+ }
+ var l int
+ _ = l
+ l = len(m.Id)
+ if l > 0 {
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ l = len(m.SdkId)
+ if l > 0 {
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ l = len(m.SoName)
+ if l > 0 {
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ return n
+}
+
+func (m *PlateID) Size() (n int) {
+ if m == nil {
+ return 0
+ }
+ var l int
+ _ = l
+ l = len(m.License)
+ if l > 0 {
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ l = len(m.Color)
+ if l > 0 {
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ if m.NColor != 0 {
+ n += 1 + sovSdk(uint64(m.NColor))
+ }
+ if m.NType != 0 {
+ n += 1 + sovSdk(uint64(m.NType))
+ }
+ if m.NConfidence != 0 {
+ n += 1 + sovSdk(uint64(m.NConfidence))
+ }
+ if m.NBright != 0 {
+ n += 1 + sovSdk(uint64(m.NBright))
+ }
+ if m.NDirection != 0 {
+ n += 1 + sovSdk(uint64(m.NDirection))
+ }
+ if m.RcLocation != nil {
+ l = m.RcLocation.Size()
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ if m.NTime != 0 {
+ n += 1 + sovSdk(uint64(m.NTime))
+ }
+ if m.NCarBright != 0 {
+ n += 1 + sovSdk(uint64(m.NCarBright))
+ }
+ if m.NCarColor != 0 {
+ n += 1 + sovSdk(uint64(m.NCarColor))
+ }
+ if m.NCarLogo != 0 {
+ n += 1 + sovSdk(uint64(m.NCarLogo))
+ }
+ if m.NCarType != 0 {
+ n += 1 + sovSdk(uint64(m.NCarType))
+ }
+ l = len(m.PlateBin)
+ if l > 0 {
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ l = len(m.NBinPlateWidth)
+ if l > 0 {
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ l = len(m.NBinPlateHeight)
+ if l > 0 {
+ n += 2 + l + sovSdk(uint64(l))
+ }
+ if m.RcLogoLocation != nil {
+ l = m.RcLogoLocation.Size()
+ n += 2 + l + sovSdk(uint64(l))
+ }
+ l = len(m.NCarModel)
+ if l > 0 {
+ n += 2 + l + sovSdk(uint64(l))
+ }
+ l = len(m.NCarModelConfidence)
+ if l > 0 {
+ n += 2 + l + sovSdk(uint64(l))
+ }
+ return n
+}
+
+func (m *PlateIDCloud) Size() (n int) {
+ if m == nil {
+ return 0
+ }
+ var l int
+ _ = l
+ l = len(m.License)
+ if l > 0 {
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ if m.RcLocation != nil {
+ l = m.RcLocation.Size()
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ if m.NConfidence != 0 {
+ n += 1 + sovSdk(uint64(m.NConfidence))
+ }
+ if m.NType != 0 {
+ n += 1 + sovSdk(uint64(m.NType))
+ }
+ if m.NDirection != 0 {
+ n += 1 + sovSdk(uint64(m.NDirection))
+ }
+ if m.NCarColor != 0 {
+ n += 1 + sovSdk(uint64(m.NCarColor))
+ }
+ if m.NCarColor1 != 0 {
+ n += 1 + sovSdk(uint64(m.NCarColor1))
+ }
+ if m.NCarBright != 0 {
+ n += 1 + sovSdk(uint64(m.NCarBright))
+ }
+ if m.FrameNo != 0 {
+ n += 1 + sovSdk(uint64(m.FrameNo))
+ }
+ if m.FaceWidth != 0 {
+ n += 1 + sovSdk(uint64(m.FaceWidth))
+ }
+ if m.FaceHeight != 0 {
+ n += 1 + sovSdk(uint64(m.FaceHeight))
+ }
+ if m.GrayFaceFlag != 0 {
+ n += 1 + sovSdk(uint64(m.GrayFaceFlag))
+ }
+ if m.CharNum != 0 {
+ n += 1 + sovSdk(uint64(m.CharNum))
+ }
+ return n
+}
+
+func (m *PlateIDVehicle) Size() (n int) {
+ if m == nil {
+ return 0
+ }
+ var l int
+ _ = l
+ if m.NPlateFlag != 0 {
+ n += 1 + sovSdk(uint64(m.NPlateFlag))
+ }
+ if m.NColor != 0 {
+ n += 1 + sovSdk(uint64(m.NColor))
+ }
+ if m.NType != 0 {
+ n += 1 + sovSdk(uint64(m.NType))
+ }
+ l = len(m.License)
+ if l > 0 {
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ if m.NConfidence != 0 {
+ n += 1 + sovSdk(uint64(m.NConfidence))
+ }
+ if m.NCharNum != 0 {
+ n += 1 + sovSdk(uint64(m.NCharNum))
+ }
+ if len(m.NCharConfidence) > 0 {
+ l = 0
+ for _, e := range m.NCharConfidence {
+ l += sovSdk(uint64(e))
+ }
+ n += 1 + sovSdk(uint64(l)) + l
+ }
+ if m.RcLocation != nil {
+ l = m.RcLocation.Size()
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ if m.RcCarLocation != nil {
+ l = m.RcCarLocation.Size()
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ l = len(m.VehicleType)
+ if l > 0 {
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ l = len(m.VehicleBrand)
+ if l > 0 {
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ l = len(m.VehicleSub)
+ if l > 0 {
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ l = len(m.VehicleType1)
+ if l > 0 {
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ if m.FvdConf != 0 {
+ n += 5
+ }
+ if m.FConfdence != 0 {
+ n += 5
+ }
+ if m.NVehicleSubModel != 0 {
+ n += 2 + sovSdk(uint64(m.NVehicleSubModel))
+ }
+ if m.NVehicleBright != 0 {
+ n += 2 + sovSdk(uint64(m.NVehicleBright))
+ }
+ if m.NVehicleColor1 != 0 {
+ n += 2 + sovSdk(uint64(m.NVehicleColor1))
+ }
+ if m.NVehicleColor2 != 0 {
+ n += 2 + sovSdk(uint64(m.NVehicleColor2))
+ }
+ return n
+}
+
+func (m *PlateIDResult) Size() (n int) {
+ if m == nil {
+ return 0
+ }
+ var l int
+ _ = l
+ if len(m.Result) > 0 {
+ for _, e := range m.Result {
+ l = e.Size()
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ }
+ return n
+}
+
+func (m *HumanTrack) Size() (n int) {
+ if m == nil {
+ return 0
+ }
+ var l int
+ _ = l
+ if m.RcHuman != nil {
+ l = m.RcHuman.Size()
+ n += 1 + l + sovSdk(uint64(l))
+ }
+ if m.Confidence != 0 {
+ n += 5
+ }
+ if m.X != 0 {
+ n += 1 + sovSdk(uint64(m.X))
+ }
+ if m.Y != 0 {
+ n += 1 + sovSdk(uint64(m.Y))
+ }
+ if m.Id != 0 {
+ n += 1 + sovSdk(uint64(m.Id))
+ }
+ if len(m.Feature) > 0 {
+ n += 1 + sovSdk(uint64(len(m.Feature)*4)) + len(m.Feature)*4
+ }
+ return n
+}
+
+func (m *HumanTrackResult) Size() (n int) {
+ if m == nil {
+ return 0
+ }
+ var l int
+ _ = l
+ if len(m.Result) > 0 {
+ for _, e := range m.Result {
l = e.Size()
n += 1 + l + sovSdk(uint64(l))
}
@@ -1555,6 +4620,3639 @@
}
return nil
}
+func (m *FaceAngle) Unmarshal(dAtA []byte) error {
+ l := len(dAtA)
+ iNdEx := 0
+ for iNdEx < l {
+ preIndex := iNdEx
+ var wire uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ wire |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ fieldNum := int32(wire >> 3)
+ wireType := int(wire & 0x7)
+ if wireType == 4 {
+ return fmt.Errorf("proto: FaceAngle: wiretype end group for non-group")
+ }
+ if fieldNum <= 0 {
+ return fmt.Errorf("proto: FaceAngle: illegal tag %d (wire type %d)", fieldNum, wire)
+ }
+ switch fieldNum {
+ case 1:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Yaw", wireType)
+ }
+ m.Yaw = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.Yaw |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 2:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Pitch", wireType)
+ }
+ m.Pitch = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.Pitch |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 3:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Roll", wireType)
+ }
+ m.Roll = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.Roll |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 4:
+ if wireType != 5 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Confidence", wireType)
+ }
+ var v uint32
+ if (iNdEx + 4) > l {
+ return io.ErrUnexpectedEOF
+ }
+ v = uint32(encoding_binary.LittleEndian.Uint32(dAtA[iNdEx:]))
+ iNdEx += 4
+ m.Confidence = float32(math.Float32frombits(v))
+ default:
+ iNdEx = preIndex
+ skippy, err := skipSdk(dAtA[iNdEx:])
+ if err != nil {
+ return err
+ }
+ if skippy < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if (iNdEx + skippy) < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if (iNdEx + skippy) > l {
+ return io.ErrUnexpectedEOF
+ }
+ iNdEx += skippy
+ }
+ }
+
+ if iNdEx > l {
+ return io.ErrUnexpectedEOF
+ }
+ return nil
+}
+func (m *ThftResult) Unmarshal(dAtA []byte) error {
+ l := len(dAtA)
+ iNdEx := 0
+ for iNdEx < l {
+ preIndex := iNdEx
+ var wire uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ wire |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ fieldNum := int32(wire >> 3)
+ wireType := int(wire & 0x7)
+ if wireType == 4 {
+ return fmt.Errorf("proto: ThftResult: wiretype end group for non-group")
+ }
+ if fieldNum <= 0 {
+ return fmt.Errorf("proto: ThftResult: illegal tag %d (wire type %d)", fieldNum, wire)
+ }
+ switch fieldNum {
+ case 1:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Gender", wireType)
+ }
+ m.Gender = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.Gender |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 2:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Age", wireType)
+ }
+ m.Age = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.Age |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 3:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Race", wireType)
+ }
+ m.Race = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.Race |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 4:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Beauty", wireType)
+ }
+ m.Beauty = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.Beauty |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 5:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Smile", wireType)
+ }
+ m.Smile = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.Smile |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ default:
+ iNdEx = preIndex
+ skippy, err := skipSdk(dAtA[iNdEx:])
+ if err != nil {
+ return err
+ }
+ if skippy < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if (iNdEx + skippy) < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if (iNdEx + skippy) > l {
+ return io.ErrUnexpectedEOF
+ }
+ iNdEx += skippy
+ }
+ }
+
+ if iNdEx > l {
+ return io.ErrUnexpectedEOF
+ }
+ return nil
+}
+func (m *FacePos) Unmarshal(dAtA []byte) error {
+ l := len(dAtA)
+ iNdEx := 0
+ for iNdEx < l {
+ preIndex := iNdEx
+ var wire uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ wire |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ fieldNum := int32(wire >> 3)
+ wireType := int(wire & 0x7)
+ if wireType == 4 {
+ return fmt.Errorf("proto: FacePos: wiretype end group for non-group")
+ }
+ if fieldNum <= 0 {
+ return fmt.Errorf("proto: FacePos: illegal tag %d (wire type %d)", fieldNum, wire)
+ }
+ switch fieldNum {
+ case 1:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field RcFace", wireType)
+ }
+ var msglen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ msglen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if msglen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + msglen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ if m.RcFace == nil {
+ m.RcFace = &Rect{}
+ }
+ if err := m.RcFace.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
+ return err
+ }
+ iNdEx = postIndex
+ case 2:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field PtLeftEye", wireType)
+ }
+ var msglen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ msglen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if msglen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + msglen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ if m.PtLeftEye == nil {
+ m.PtLeftEye = &Point{}
+ }
+ if err := m.PtLeftEye.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
+ return err
+ }
+ iNdEx = postIndex
+ case 3:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field PtRightEye", wireType)
+ }
+ var msglen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ msglen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if msglen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + msglen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ if m.PtRightEye == nil {
+ m.PtRightEye = &Point{}
+ }
+ if err := m.PtRightEye.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
+ return err
+ }
+ iNdEx = postIndex
+ case 4:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field PtMouth", wireType)
+ }
+ var msglen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ msglen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if msglen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + msglen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ if m.PtMouth == nil {
+ m.PtMouth = &Point{}
+ }
+ if err := m.PtMouth.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
+ return err
+ }
+ iNdEx = postIndex
+ case 5:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field PtNose", wireType)
+ }
+ var msglen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ msglen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if msglen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + msglen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ if m.PtNose == nil {
+ m.PtNose = &Point{}
+ }
+ if err := m.PtNose.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
+ return err
+ }
+ iNdEx = postIndex
+ case 6:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field FAngle", wireType)
+ }
+ var msglen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ msglen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if msglen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + msglen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ if m.FAngle == nil {
+ m.FAngle = &FaceAngle{}
+ }
+ if err := m.FAngle.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
+ return err
+ }
+ iNdEx = postIndex
+ case 7:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Quality", wireType)
+ }
+ m.Quality = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.Quality |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 8:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field FacialData", wireType)
+ }
+ var byteLen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ byteLen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if byteLen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + byteLen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.FacialData = append(m.FacialData[:0], dAtA[iNdEx:postIndex]...)
+ if m.FacialData == nil {
+ m.FacialData = []byte{}
+ }
+ iNdEx = postIndex
+ case 9:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field FaceID", wireType)
+ }
+ m.FaceID = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.FaceID |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ default:
+ iNdEx = preIndex
+ skippy, err := skipSdk(dAtA[iNdEx:])
+ if err != nil {
+ return err
+ }
+ if skippy < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if (iNdEx + skippy) < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if (iNdEx + skippy) > l {
+ return io.ErrUnexpectedEOF
+ }
+ iNdEx += skippy
+ }
+ }
+
+ if iNdEx > l {
+ return io.ErrUnexpectedEOF
+ }
+ return nil
+}
+func (m *FaceInfo) Unmarshal(dAtA []byte) error {
+ l := len(dAtA)
+ iNdEx := 0
+ for iNdEx < l {
+ preIndex := iNdEx
+ var wire uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ wire |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ fieldNum := int32(wire >> 3)
+ wireType := int(wire & 0x7)
+ if wireType == 4 {
+ return fmt.Errorf("proto: FaceInfo: wiretype end group for non-group")
+ }
+ if fieldNum <= 0 {
+ return fmt.Errorf("proto: FaceInfo: illegal tag %d (wire type %d)", fieldNum, wire)
+ }
+ switch fieldNum {
+ case 1:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field RcFace", wireType)
+ }
+ var msglen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ msglen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if msglen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + msglen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ if m.RcFace == nil {
+ m.RcFace = &Rect{}
+ }
+ if err := m.RcFace.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
+ return err
+ }
+ iNdEx = postIndex
+ case 2:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field PtLeftEye", wireType)
+ }
+ var msglen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ msglen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if msglen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + msglen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ if m.PtLeftEye == nil {
+ m.PtLeftEye = &Point{}
+ }
+ if err := m.PtLeftEye.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
+ return err
+ }
+ iNdEx = postIndex
+ case 3:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field PtRightEye", wireType)
+ }
+ var msglen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ msglen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if msglen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + msglen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ if m.PtRightEye == nil {
+ m.PtRightEye = &Point{}
+ }
+ if err := m.PtRightEye.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
+ return err
+ }
+ iNdEx = postIndex
+ case 4:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field PtMouth", wireType)
+ }
+ var msglen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ msglen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if msglen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + msglen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ if m.PtMouth == nil {
+ m.PtMouth = &Point{}
+ }
+ if err := m.PtMouth.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
+ return err
+ }
+ iNdEx = postIndex
+ case 5:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field PtNose", wireType)
+ }
+ var msglen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ msglen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if msglen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + msglen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ if m.PtNose == nil {
+ m.PtNose = &Point{}
+ }
+ if err := m.PtNose.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
+ return err
+ }
+ iNdEx = postIndex
+ case 6:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field FAngle", wireType)
+ }
+ var msglen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ msglen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if msglen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + msglen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ if m.FAngle == nil {
+ m.FAngle = &FaceAngle{}
+ }
+ if err := m.FAngle.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
+ return err
+ }
+ iNdEx = postIndex
+ case 7:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Quality", wireType)
+ }
+ m.Quality = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.Quality |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 8:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field FacialData", wireType)
+ }
+ var byteLen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ byteLen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if byteLen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + byteLen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.FacialData = append(m.FacialData[:0], dAtA[iNdEx:postIndex]...)
+ if m.FacialData == nil {
+ m.FacialData = []byte{}
+ }
+ iNdEx = postIndex
+ case 9:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field FaceID", wireType)
+ }
+ m.FaceID = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.FaceID |= int64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ default:
+ iNdEx = preIndex
+ skippy, err := skipSdk(dAtA[iNdEx:])
+ if err != nil {
+ return err
+ }
+ if skippy < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if (iNdEx + skippy) < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if (iNdEx + skippy) > l {
+ return io.ErrUnexpectedEOF
+ }
+ iNdEx += skippy
+ }
+ }
+
+ if iNdEx > l {
+ return io.ErrUnexpectedEOF
+ }
+ return nil
+}
+func (m *ObjInfo) Unmarshal(dAtA []byte) error {
+ l := len(dAtA)
+ iNdEx := 0
+ for iNdEx < l {
+ preIndex := iNdEx
+ var wire uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ wire |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ fieldNum := int32(wire >> 3)
+ wireType := int(wire & 0x7)
+ if wireType == 4 {
+ return fmt.Errorf("proto: ObjInfo: wiretype end group for non-group")
+ }
+ if fieldNum <= 0 {
+ return fmt.Errorf("proto: ObjInfo: illegal tag %d (wire type %d)", fieldNum, wire)
+ }
+ switch fieldNum {
+ case 1:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field RcObj", wireType)
+ }
+ var msglen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ msglen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if msglen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + msglen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ if m.RcObj == nil {
+ m.RcObj = &Rect{}
+ }
+ if err := m.RcObj.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
+ return err
+ }
+ iNdEx = postIndex
+ case 2:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Typ", wireType)
+ }
+ m.Typ = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.Typ |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 3:
+ if wireType != 5 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Prob", wireType)
+ }
+ var v uint32
+ if (iNdEx + 4) > l {
+ return io.ErrUnexpectedEOF
+ }
+ v = uint32(encoding_binary.LittleEndian.Uint32(dAtA[iNdEx:]))
+ iNdEx += 4
+ m.Prob = float32(math.Float32frombits(v))
+ case 4:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field ObjID", wireType)
+ }
+ m.ObjID = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.ObjID |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ default:
+ iNdEx = preIndex
+ skippy, err := skipSdk(dAtA[iNdEx:])
+ if err != nil {
+ return err
+ }
+ if skippy < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if (iNdEx + skippy) < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if (iNdEx + skippy) > l {
+ return io.ErrUnexpectedEOF
+ }
+ iNdEx += skippy
+ }
+ }
+
+ if iNdEx > l {
+ return io.ErrUnexpectedEOF
+ }
+ return nil
+}
+func (m *ResultFaceDetect) Unmarshal(dAtA []byte) error {
+ l := len(dAtA)
+ iNdEx := 0
+ for iNdEx < l {
+ preIndex := iNdEx
+ var wire uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ wire |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ fieldNum := int32(wire >> 3)
+ wireType := int(wire & 0x7)
+ if wireType == 4 {
+ return fmt.Errorf("proto: ResultFaceDetect: wiretype end group for non-group")
+ }
+ if fieldNum <= 0 {
+ return fmt.Errorf("proto: ResultFaceDetect: illegal tag %d (wire type %d)", fieldNum, wire)
+ }
+ switch fieldNum {
+ case 1:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Pos", wireType)
+ }
+ var msglen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ msglen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if msglen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + msglen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ if m.Pos == nil {
+ m.Pos = &FacePos{}
+ }
+ if err := m.Pos.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
+ return err
+ }
+ iNdEx = postIndex
+ case 2:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Result", wireType)
+ }
+ var msglen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ msglen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if msglen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + msglen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ if m.Result == nil {
+ m.Result = &ThftResult{}
+ }
+ if err := m.Result.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
+ return err
+ }
+ iNdEx = postIndex
+ case 3:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Feats", wireType)
+ }
+ var byteLen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ byteLen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if byteLen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + byteLen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.Feats = append(m.Feats[:0], dAtA[iNdEx:postIndex]...)
+ if m.Feats == nil {
+ m.Feats = []byte{}
+ }
+ iNdEx = postIndex
+ default:
+ iNdEx = preIndex
+ skippy, err := skipSdk(dAtA[iNdEx:])
+ if err != nil {
+ return err
+ }
+ if skippy < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if (iNdEx + skippy) < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if (iNdEx + skippy) > l {
+ return io.ErrUnexpectedEOF
+ }
+ iNdEx += skippy
+ }
+ }
+
+ if iNdEx > l {
+ return io.ErrUnexpectedEOF
+ }
+ return nil
+}
+func (m *ParamFacePos) Unmarshal(dAtA []byte) error {
+ l := len(dAtA)
+ iNdEx := 0
+ for iNdEx < l {
+ preIndex := iNdEx
+ var wire uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ wire |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ fieldNum := int32(wire >> 3)
+ wireType := int(wire & 0x7)
+ if wireType == 4 {
+ return fmt.Errorf("proto: ParamFacePos: wiretype end group for non-group")
+ }
+ if fieldNum <= 0 {
+ return fmt.Errorf("proto: ParamFacePos: illegal tag %d (wire type %d)", fieldNum, wire)
+ }
+ switch fieldNum {
+ case 1:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Faces", wireType)
+ }
+ var msglen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ msglen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if msglen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + msglen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.Faces = append(m.Faces, &ResultFaceDetect{})
+ if err := m.Faces[len(m.Faces)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
+ return err
+ }
+ iNdEx = postIndex
+ default:
+ iNdEx = preIndex
+ skippy, err := skipSdk(dAtA[iNdEx:])
+ if err != nil {
+ return err
+ }
+ if skippy < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if (iNdEx + skippy) < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if (iNdEx + skippy) > l {
+ return io.ErrUnexpectedEOF
+ }
+ iNdEx += skippy
+ }
+ }
+
+ if iNdEx > l {
+ return io.ErrUnexpectedEOF
+ }
+ return nil
+}
+func (m *ResultFaceExtCom) Unmarshal(dAtA []byte) error {
+ l := len(dAtA)
+ iNdEx := 0
+ for iNdEx < l {
+ preIndex := iNdEx
+ var wire uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ wire |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ fieldNum := int32(wire >> 3)
+ wireType := int(wire & 0x7)
+ if wireType == 4 {
+ return fmt.Errorf("proto: ResultFaceExtCom: wiretype end group for non-group")
+ }
+ if fieldNum <= 0 {
+ return fmt.Errorf("proto: ResultFaceExtCom: illegal tag %d (wire type %d)", fieldNum, wire)
+ }
+ switch fieldNum {
+ case 1:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Feats", wireType)
+ }
+ var byteLen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ byteLen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if byteLen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + byteLen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.Feats = append(m.Feats[:0], dAtA[iNdEx:postIndex]...)
+ if m.Feats == nil {
+ m.Feats = []byte{}
+ }
+ iNdEx = postIndex
+ case 2:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Comp", wireType)
+ }
+ var byteLen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ byteLen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if byteLen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + byteLen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.Comp = append(m.Comp[:0], dAtA[iNdEx:postIndex]...)
+ if m.Comp == nil {
+ m.Comp = []byte{}
+ }
+ iNdEx = postIndex
+ case 3:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Pos", wireType)
+ }
+ var msglen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ msglen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if msglen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + msglen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ if m.Pos == nil {
+ m.Pos = &ResultFaceDetect{}
+ }
+ if err := m.Pos.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
+ return err
+ }
+ iNdEx = postIndex
+ default:
+ iNdEx = preIndex
+ skippy, err := skipSdk(dAtA[iNdEx:])
+ if err != nil {
+ return err
+ }
+ if skippy < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if (iNdEx + skippy) < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if (iNdEx + skippy) > l {
+ return io.ErrUnexpectedEOF
+ }
+ iNdEx += skippy
+ }
+ }
+
+ if iNdEx > l {
+ return io.ErrUnexpectedEOF
+ }
+ return nil
+}
+func (m *ParamFaceFeature) Unmarshal(dAtA []byte) error {
+ l := len(dAtA)
+ iNdEx := 0
+ for iNdEx < l {
+ preIndex := iNdEx
+ var wire uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ wire |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ fieldNum := int32(wire >> 3)
+ wireType := int(wire & 0x7)
+ if wireType == 4 {
+ return fmt.Errorf("proto: ParamFaceFeature: wiretype end group for non-group")
+ }
+ if fieldNum <= 0 {
+ return fmt.Errorf("proto: ParamFaceFeature: illegal tag %d (wire type %d)", fieldNum, wire)
+ }
+ switch fieldNum {
+ case 2:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field ExtComp", wireType)
+ }
+ var msglen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ msglen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if msglen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + msglen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.ExtComp = append(m.ExtComp, &ResultFaceExtCom{})
+ if err := m.ExtComp[len(m.ExtComp)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
+ return err
+ }
+ iNdEx = postIndex
+ default:
+ iNdEx = preIndex
+ skippy, err := skipSdk(dAtA[iNdEx:])
+ if err != nil {
+ return err
+ }
+ if skippy < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if (iNdEx + skippy) < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if (iNdEx + skippy) > l {
+ return io.ErrUnexpectedEOF
+ }
+ iNdEx += skippy
+ }
+ }
+
+ if iNdEx > l {
+ return io.ErrUnexpectedEOF
+ }
+ return nil
+}
+func (m *ParamYoloObj) Unmarshal(dAtA []byte) error {
+ l := len(dAtA)
+ iNdEx := 0
+ for iNdEx < l {
+ preIndex := iNdEx
+ var wire uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ wire |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ fieldNum := int32(wire >> 3)
+ wireType := int(wire & 0x7)
+ if wireType == 4 {
+ return fmt.Errorf("proto: ParamYoloObj: wiretype end group for non-group")
+ }
+ if fieldNum <= 0 {
+ return fmt.Errorf("proto: ParamYoloObj: illegal tag %d (wire type %d)", fieldNum, wire)
+ }
+ switch fieldNum {
+ case 1:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Infos", wireType)
+ }
+ var msglen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ msglen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if msglen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + msglen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.Infos = append(m.Infos, &ObjInfo{})
+ if err := m.Infos[len(m.Infos)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
+ return err
+ }
+ iNdEx = postIndex
+ default:
+ iNdEx = preIndex
+ skippy, err := skipSdk(dAtA[iNdEx:])
+ if err != nil {
+ return err
+ }
+ if skippy < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if (iNdEx + skippy) < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if (iNdEx + skippy) > l {
+ return io.ErrUnexpectedEOF
+ }
+ iNdEx += skippy
+ }
+ }
+
+ if iNdEx > l {
+ return io.ErrUnexpectedEOF
+ }
+ return nil
+}
+func (m *SoInfo) Unmarshal(dAtA []byte) error {
+ l := len(dAtA)
+ iNdEx := 0
+ for iNdEx < l {
+ preIndex := iNdEx
+ var wire uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ wire |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ fieldNum := int32(wire >> 3)
+ wireType := int(wire & 0x7)
+ if wireType == 4 {
+ return fmt.Errorf("proto: SoInfo: wiretype end group for non-group")
+ }
+ if fieldNum <= 0 {
+ return fmt.Errorf("proto: SoInfo: illegal tag %d (wire type %d)", fieldNum, wire)
+ }
+ switch fieldNum {
+ case 1:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Id", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ stringLen |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ intStringLen := int(stringLen)
+ if intStringLen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.Id = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 2:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field SdkId", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ stringLen |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ intStringLen := int(stringLen)
+ if intStringLen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.SdkId = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 3:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field SoName", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ stringLen |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ intStringLen := int(stringLen)
+ if intStringLen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.SoName = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ default:
+ iNdEx = preIndex
+ skippy, err := skipSdk(dAtA[iNdEx:])
+ if err != nil {
+ return err
+ }
+ if skippy < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if (iNdEx + skippy) < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if (iNdEx + skippy) > l {
+ return io.ErrUnexpectedEOF
+ }
+ iNdEx += skippy
+ }
+ }
+
+ if iNdEx > l {
+ return io.ErrUnexpectedEOF
+ }
+ return nil
+}
+func (m *PlateID) Unmarshal(dAtA []byte) error {
+ l := len(dAtA)
+ iNdEx := 0
+ for iNdEx < l {
+ preIndex := iNdEx
+ var wire uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ wire |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ fieldNum := int32(wire >> 3)
+ wireType := int(wire & 0x7)
+ if wireType == 4 {
+ return fmt.Errorf("proto: PlateID: wiretype end group for non-group")
+ }
+ if fieldNum <= 0 {
+ return fmt.Errorf("proto: PlateID: illegal tag %d (wire type %d)", fieldNum, wire)
+ }
+ switch fieldNum {
+ case 1:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field License", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ stringLen |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ intStringLen := int(stringLen)
+ if intStringLen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.License = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 2:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Color", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ stringLen |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ intStringLen := int(stringLen)
+ if intStringLen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.Color = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 3:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field NColor", wireType)
+ }
+ m.NColor = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.NColor |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 4:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field NType", wireType)
+ }
+ m.NType = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.NType |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 5:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field NConfidence", wireType)
+ }
+ m.NConfidence = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.NConfidence |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 6:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field NBright", wireType)
+ }
+ m.NBright = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.NBright |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 7:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field NDirection", wireType)
+ }
+ m.NDirection = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.NDirection |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 8:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field RcLocation", wireType)
+ }
+ var msglen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ msglen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if msglen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + msglen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ if m.RcLocation == nil {
+ m.RcLocation = &Rect{}
+ }
+ if err := m.RcLocation.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
+ return err
+ }
+ iNdEx = postIndex
+ case 9:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field NTime", wireType)
+ }
+ m.NTime = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.NTime |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 10:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field NCarBright", wireType)
+ }
+ m.NCarBright = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.NCarBright |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 11:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field NCarColor", wireType)
+ }
+ m.NCarColor = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.NCarColor |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 12:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field NCarLogo", wireType)
+ }
+ m.NCarLogo = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.NCarLogo |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 13:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field NCarType", wireType)
+ }
+ m.NCarType = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.NCarType |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 14:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field PlateBin", wireType)
+ }
+ var byteLen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ byteLen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if byteLen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + byteLen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.PlateBin = append(m.PlateBin[:0], dAtA[iNdEx:postIndex]...)
+ if m.PlateBin == nil {
+ m.PlateBin = []byte{}
+ }
+ iNdEx = postIndex
+ case 15:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field NBinPlateWidth", wireType)
+ }
+ var byteLen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ byteLen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if byteLen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + byteLen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.NBinPlateWidth = append(m.NBinPlateWidth[:0], dAtA[iNdEx:postIndex]...)
+ if m.NBinPlateWidth == nil {
+ m.NBinPlateWidth = []byte{}
+ }
+ iNdEx = postIndex
+ case 16:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field NBinPlateHeight", wireType)
+ }
+ var byteLen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ byteLen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if byteLen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + byteLen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.NBinPlateHeight = append(m.NBinPlateHeight[:0], dAtA[iNdEx:postIndex]...)
+ if m.NBinPlateHeight == nil {
+ m.NBinPlateHeight = []byte{}
+ }
+ iNdEx = postIndex
+ case 17:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field RcLogoLocation", wireType)
+ }
+ var msglen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ msglen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if msglen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + msglen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ if m.RcLogoLocation == nil {
+ m.RcLogoLocation = &Rect{}
+ }
+ if err := m.RcLogoLocation.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
+ return err
+ }
+ iNdEx = postIndex
+ case 18:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field NCarModel", wireType)
+ }
+ var byteLen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ byteLen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if byteLen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + byteLen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.NCarModel = append(m.NCarModel[:0], dAtA[iNdEx:postIndex]...)
+ if m.NCarModel == nil {
+ m.NCarModel = []byte{}
+ }
+ iNdEx = postIndex
+ case 19:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field NCarModelConfidence", wireType)
+ }
+ var byteLen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ byteLen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if byteLen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + byteLen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.NCarModelConfidence = append(m.NCarModelConfidence[:0], dAtA[iNdEx:postIndex]...)
+ if m.NCarModelConfidence == nil {
+ m.NCarModelConfidence = []byte{}
+ }
+ iNdEx = postIndex
+ default:
+ iNdEx = preIndex
+ skippy, err := skipSdk(dAtA[iNdEx:])
+ if err != nil {
+ return err
+ }
+ if skippy < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if (iNdEx + skippy) < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if (iNdEx + skippy) > l {
+ return io.ErrUnexpectedEOF
+ }
+ iNdEx += skippy
+ }
+ }
+
+ if iNdEx > l {
+ return io.ErrUnexpectedEOF
+ }
+ return nil
+}
+func (m *PlateIDCloud) Unmarshal(dAtA []byte) error {
+ l := len(dAtA)
+ iNdEx := 0
+ for iNdEx < l {
+ preIndex := iNdEx
+ var wire uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ wire |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ fieldNum := int32(wire >> 3)
+ wireType := int(wire & 0x7)
+ if wireType == 4 {
+ return fmt.Errorf("proto: PlateIDCloud: wiretype end group for non-group")
+ }
+ if fieldNum <= 0 {
+ return fmt.Errorf("proto: PlateIDCloud: illegal tag %d (wire type %d)", fieldNum, wire)
+ }
+ switch fieldNum {
+ case 1:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field License", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ stringLen |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ intStringLen := int(stringLen)
+ if intStringLen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.License = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 2:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field RcLocation", wireType)
+ }
+ var msglen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ msglen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if msglen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + msglen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ if m.RcLocation == nil {
+ m.RcLocation = &Rect{}
+ }
+ if err := m.RcLocation.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
+ return err
+ }
+ iNdEx = postIndex
+ case 3:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field NConfidence", wireType)
+ }
+ m.NConfidence = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.NConfidence |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 4:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field NType", wireType)
+ }
+ m.NType = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.NType |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 5:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field NDirection", wireType)
+ }
+ m.NDirection = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.NDirection |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 6:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field NCarColor", wireType)
+ }
+ m.NCarColor = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.NCarColor |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 7:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field NCarColor1", wireType)
+ }
+ m.NCarColor1 = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.NCarColor1 |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 8:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field NCarBright", wireType)
+ }
+ m.NCarBright = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.NCarBright |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 9:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field FrameNo", wireType)
+ }
+ m.FrameNo = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.FrameNo |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 10:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field FaceWidth", wireType)
+ }
+ m.FaceWidth = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.FaceWidth |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 11:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field FaceHeight", wireType)
+ }
+ m.FaceHeight = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.FaceHeight |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 12:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field GrayFaceFlag", wireType)
+ }
+ m.GrayFaceFlag = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.GrayFaceFlag |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 13:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field CharNum", wireType)
+ }
+ m.CharNum = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.CharNum |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ default:
+ iNdEx = preIndex
+ skippy, err := skipSdk(dAtA[iNdEx:])
+ if err != nil {
+ return err
+ }
+ if skippy < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if (iNdEx + skippy) < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if (iNdEx + skippy) > l {
+ return io.ErrUnexpectedEOF
+ }
+ iNdEx += skippy
+ }
+ }
+
+ if iNdEx > l {
+ return io.ErrUnexpectedEOF
+ }
+ return nil
+}
+func (m *PlateIDVehicle) Unmarshal(dAtA []byte) error {
+ l := len(dAtA)
+ iNdEx := 0
+ for iNdEx < l {
+ preIndex := iNdEx
+ var wire uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ wire |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ fieldNum := int32(wire >> 3)
+ wireType := int(wire & 0x7)
+ if wireType == 4 {
+ return fmt.Errorf("proto: PlateIDVehicle: wiretype end group for non-group")
+ }
+ if fieldNum <= 0 {
+ return fmt.Errorf("proto: PlateIDVehicle: illegal tag %d (wire type %d)", fieldNum, wire)
+ }
+ switch fieldNum {
+ case 1:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field NPlateFlag", wireType)
+ }
+ m.NPlateFlag = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.NPlateFlag |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 2:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field NColor", wireType)
+ }
+ m.NColor = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.NColor |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 3:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field NType", wireType)
+ }
+ m.NType = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.NType |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 4:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field License", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ stringLen |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ intStringLen := int(stringLen)
+ if intStringLen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.License = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 5:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field NConfidence", wireType)
+ }
+ m.NConfidence = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.NConfidence |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 6:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field NCharNum", wireType)
+ }
+ m.NCharNum = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.NCharNum |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 7:
+ if wireType == 0 {
+ var v int32
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ v |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ m.NCharConfidence = append(m.NCharConfidence, v)
+ } else if wireType == 2 {
+ var packedLen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ packedLen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if packedLen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + packedLen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ var elementCount int
+ var count int
+ for _, integer := range dAtA[iNdEx:postIndex] {
+ if integer < 128 {
+ count++
+ }
+ }
+ elementCount = count
+ if elementCount != 0 && len(m.NCharConfidence) == 0 {
+ m.NCharConfidence = make([]int32, 0, elementCount)
+ }
+ for iNdEx < postIndex {
+ var v int32
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ v |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ m.NCharConfidence = append(m.NCharConfidence, v)
+ }
+ } else {
+ return fmt.Errorf("proto: wrong wireType = %d for field NCharConfidence", wireType)
+ }
+ case 8:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field RcLocation", wireType)
+ }
+ var msglen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ msglen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if msglen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + msglen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ if m.RcLocation == nil {
+ m.RcLocation = &Rect{}
+ }
+ if err := m.RcLocation.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
+ return err
+ }
+ iNdEx = postIndex
+ case 9:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field RcCarLocation", wireType)
+ }
+ var msglen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ msglen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if msglen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + msglen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ if m.RcCarLocation == nil {
+ m.RcCarLocation = &Rect{}
+ }
+ if err := m.RcCarLocation.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
+ return err
+ }
+ iNdEx = postIndex
+ case 10:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field VehicleType", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ stringLen |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ intStringLen := int(stringLen)
+ if intStringLen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.VehicleType = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 11:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field VehicleBrand", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ stringLen |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ intStringLen := int(stringLen)
+ if intStringLen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.VehicleBrand = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 12:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field VehicleSub", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ stringLen |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ intStringLen := int(stringLen)
+ if intStringLen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.VehicleSub = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 13:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field VehicleType1", wireType)
+ }
+ var stringLen uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ stringLen |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ intStringLen := int(stringLen)
+ if intStringLen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + intStringLen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.VehicleType1 = string(dAtA[iNdEx:postIndex])
+ iNdEx = postIndex
+ case 14:
+ if wireType != 5 {
+ return fmt.Errorf("proto: wrong wireType = %d for field FvdConf", wireType)
+ }
+ var v uint32
+ if (iNdEx + 4) > l {
+ return io.ErrUnexpectedEOF
+ }
+ v = uint32(encoding_binary.LittleEndian.Uint32(dAtA[iNdEx:]))
+ iNdEx += 4
+ m.FvdConf = float32(math.Float32frombits(v))
+ case 15:
+ if wireType != 5 {
+ return fmt.Errorf("proto: wrong wireType = %d for field FConfdence", wireType)
+ }
+ var v uint32
+ if (iNdEx + 4) > l {
+ return io.ErrUnexpectedEOF
+ }
+ v = uint32(encoding_binary.LittleEndian.Uint32(dAtA[iNdEx:]))
+ iNdEx += 4
+ m.FConfdence = float32(math.Float32frombits(v))
+ case 16:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field NVehicleSubModel", wireType)
+ }
+ m.NVehicleSubModel = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.NVehicleSubModel |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 17:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field NVehicleBright", wireType)
+ }
+ m.NVehicleBright = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.NVehicleBright |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 18:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field NVehicleColor1", wireType)
+ }
+ m.NVehicleColor1 = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.NVehicleColor1 |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 19:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field NVehicleColor2", wireType)
+ }
+ m.NVehicleColor2 = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.NVehicleColor2 |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ default:
+ iNdEx = preIndex
+ skippy, err := skipSdk(dAtA[iNdEx:])
+ if err != nil {
+ return err
+ }
+ if skippy < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if (iNdEx + skippy) < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if (iNdEx + skippy) > l {
+ return io.ErrUnexpectedEOF
+ }
+ iNdEx += skippy
+ }
+ }
+
+ if iNdEx > l {
+ return io.ErrUnexpectedEOF
+ }
+ return nil
+}
+func (m *PlateIDResult) Unmarshal(dAtA []byte) error {
+ l := len(dAtA)
+ iNdEx := 0
+ for iNdEx < l {
+ preIndex := iNdEx
+ var wire uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ wire |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ fieldNum := int32(wire >> 3)
+ wireType := int(wire & 0x7)
+ if wireType == 4 {
+ return fmt.Errorf("proto: PlateIDResult: wiretype end group for non-group")
+ }
+ if fieldNum <= 0 {
+ return fmt.Errorf("proto: PlateIDResult: illegal tag %d (wire type %d)", fieldNum, wire)
+ }
+ switch fieldNum {
+ case 1:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Result", wireType)
+ }
+ var msglen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ msglen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if msglen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + msglen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.Result = append(m.Result, &PlateIDVehicle{})
+ if err := m.Result[len(m.Result)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
+ return err
+ }
+ iNdEx = postIndex
+ default:
+ iNdEx = preIndex
+ skippy, err := skipSdk(dAtA[iNdEx:])
+ if err != nil {
+ return err
+ }
+ if skippy < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if (iNdEx + skippy) < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if (iNdEx + skippy) > l {
+ return io.ErrUnexpectedEOF
+ }
+ iNdEx += skippy
+ }
+ }
+
+ if iNdEx > l {
+ return io.ErrUnexpectedEOF
+ }
+ return nil
+}
+func (m *HumanTrack) Unmarshal(dAtA []byte) error {
+ l := len(dAtA)
+ iNdEx := 0
+ for iNdEx < l {
+ preIndex := iNdEx
+ var wire uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ wire |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ fieldNum := int32(wire >> 3)
+ wireType := int(wire & 0x7)
+ if wireType == 4 {
+ return fmt.Errorf("proto: HumanTrack: wiretype end group for non-group")
+ }
+ if fieldNum <= 0 {
+ return fmt.Errorf("proto: HumanTrack: illegal tag %d (wire type %d)", fieldNum, wire)
+ }
+ switch fieldNum {
+ case 1:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field RcHuman", wireType)
+ }
+ var msglen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ msglen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if msglen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + msglen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ if m.RcHuman == nil {
+ m.RcHuman = &Rect{}
+ }
+ if err := m.RcHuman.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
+ return err
+ }
+ iNdEx = postIndex
+ case 2:
+ if wireType != 5 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Confidence", wireType)
+ }
+ var v uint32
+ if (iNdEx + 4) > l {
+ return io.ErrUnexpectedEOF
+ }
+ v = uint32(encoding_binary.LittleEndian.Uint32(dAtA[iNdEx:]))
+ iNdEx += 4
+ m.Confidence = float32(math.Float32frombits(v))
+ case 3:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field X", wireType)
+ }
+ m.X = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.X |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 4:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Y", wireType)
+ }
+ m.Y = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.Y |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 5:
+ if wireType != 0 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Id", wireType)
+ }
+ m.Id = 0
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ m.Id |= int32(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ case 6:
+ if wireType == 5 {
+ var v uint32
+ if (iNdEx + 4) > l {
+ return io.ErrUnexpectedEOF
+ }
+ v = uint32(encoding_binary.LittleEndian.Uint32(dAtA[iNdEx:]))
+ iNdEx += 4
+ v2 := float32(math.Float32frombits(v))
+ m.Feature = append(m.Feature, v2)
+ } else if wireType == 2 {
+ var packedLen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ packedLen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if packedLen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + packedLen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ var elementCount int
+ elementCount = packedLen / 4
+ if elementCount != 0 && len(m.Feature) == 0 {
+ m.Feature = make([]float32, 0, elementCount)
+ }
+ for iNdEx < postIndex {
+ var v uint32
+ if (iNdEx + 4) > l {
+ return io.ErrUnexpectedEOF
+ }
+ v = uint32(encoding_binary.LittleEndian.Uint32(dAtA[iNdEx:]))
+ iNdEx += 4
+ v2 := float32(math.Float32frombits(v))
+ m.Feature = append(m.Feature, v2)
+ }
+ } else {
+ return fmt.Errorf("proto: wrong wireType = %d for field Feature", wireType)
+ }
+ default:
+ iNdEx = preIndex
+ skippy, err := skipSdk(dAtA[iNdEx:])
+ if err != nil {
+ return err
+ }
+ if skippy < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if (iNdEx + skippy) < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if (iNdEx + skippy) > l {
+ return io.ErrUnexpectedEOF
+ }
+ iNdEx += skippy
+ }
+ }
+
+ if iNdEx > l {
+ return io.ErrUnexpectedEOF
+ }
+ return nil
+}
+func (m *HumanTrackResult) Unmarshal(dAtA []byte) error {
+ l := len(dAtA)
+ iNdEx := 0
+ for iNdEx < l {
+ preIndex := iNdEx
+ var wire uint64
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ wire |= uint64(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ fieldNum := int32(wire >> 3)
+ wireType := int(wire & 0x7)
+ if wireType == 4 {
+ return fmt.Errorf("proto: HumanTrackResult: wiretype end group for non-group")
+ }
+ if fieldNum <= 0 {
+ return fmt.Errorf("proto: HumanTrackResult: illegal tag %d (wire type %d)", fieldNum, wire)
+ }
+ switch fieldNum {
+ case 1:
+ if wireType != 2 {
+ return fmt.Errorf("proto: wrong wireType = %d for field Result", wireType)
+ }
+ var msglen int
+ for shift := uint(0); ; shift += 7 {
+ if shift >= 64 {
+ return ErrIntOverflowSdk
+ }
+ if iNdEx >= l {
+ return io.ErrUnexpectedEOF
+ }
+ b := dAtA[iNdEx]
+ iNdEx++
+ msglen |= int(b&0x7F) << shift
+ if b < 0x80 {
+ break
+ }
+ }
+ if msglen < 0 {
+ return ErrInvalidLengthSdk
+ }
+ postIndex := iNdEx + msglen
+ if postIndex < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if postIndex > l {
+ return io.ErrUnexpectedEOF
+ }
+ m.Result = append(m.Result, &HumanTrack{})
+ if err := m.Result[len(m.Result)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
+ return err
+ }
+ iNdEx = postIndex
+ default:
+ iNdEx = preIndex
+ skippy, err := skipSdk(dAtA[iNdEx:])
+ if err != nil {
+ return err
+ }
+ if skippy < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if (iNdEx + skippy) < 0 {
+ return ErrInvalidLengthSdk
+ }
+ if (iNdEx + skippy) > l {
+ return io.ErrUnexpectedEOF
+ }
+ iNdEx += skippy
+ }
+ }
+
+ if iNdEx > l {
+ return io.ErrUnexpectedEOF
+ }
+ return nil
+}
func skipSdk(dAtA []byte) (n int, err error) {
l := len(dAtA)
iNdEx := 0
diff --git a/sdk.proto b/sdk.proto
index 65a4310..70a9215 100644
--- a/sdk.proto
+++ b/sdk.proto
@@ -37,3 +37,172 @@
string handleTrack = 2;
repeated NewSDKMessage message = 3;
}
+
+message FaceAngle {
+ int32 yaw = 1;
+ int32 pitch = 2;
+ int32 roll = 3;
+ float confidence = 4;
+}
+message ThftResult {
+ int32 gender = 1;
+ int32 age = 2;
+ int32 race = 3;
+ int32 beauty = 4;
+ int32 smile = 5;
+}
+message FacePos {
+ Rect rcFace = 1;
+ Point ptLeftEye = 2;
+ Point ptRightEye = 3;
+ Point ptMouth = 4;
+ Point ptNose = 5;
+ FaceAngle fAngle = 6;
+ int32 quality = 7;
+ bytes facialData = 8;
+
+ uint64 faceID = 9;
+}
+message FaceInfo {
+ Rect rcFace = 1;
+ Point ptLeftEye = 2;
+ Point ptRightEye = 3;
+ Point ptMouth = 4;
+ Point ptNose = 5;
+ FaceAngle fAngle = 6;
+ int32 quality = 7;
+ bytes facialData = 8;
+ int64 faceID = 9;
+}
+message ObjInfo {
+ Rect rcObj = 1;
+ int32 typ = 2;
+ float prob = 3;
+ uint64 objID = 4;
+}
+
+// sdk face property
+message ResultFaceDetect {
+ FacePos pos = 1;
+ ThftResult result = 2;
+ bytes feats = 3;
+}
+message ParamFacePos {
+ repeated ResultFaceDetect faces = 1;
+}
+
+message ResultFaceExtCom {
+ bytes feats = 1;
+ bytes comp = 2;
+ ResultFaceDetect pos = 3;
+}
+message ParamFaceFeature {
+ repeated ResultFaceExtCom extComp = 2;
+}
+
+// sdk yolo detect
+message ParamYoloObj {
+ repeated ObjInfo infos = 1;
+}
+
+message SoInfo {
+ string id = 1;
+ string sdkId = 2;
+ string soName = 3;
+}
+
+// sdk plate id detect
+message PlateID{
+ string license = 1;
+ string color = 2;
+ int32 nColor = 3;
+ int32 nType = 4;
+ int32 nConfidence = 5;
+ int32 nBright = 6;
+ int32 nDirection = 7;
+ Rect rcLocation = 8;
+ int32 nTime = 9;
+ int32 nCarBright = 10;
+ int32 NCarColor = 11;
+ int32 nCarLogo = 12;
+ int32 nCarType = 13;
+ bytes plateBin = 14;
+ bytes nBinPlateWidth = 15;
+ bytes nBinPlateHeight = 16;
+ Rect rcLogoLocation = 17;
+ bytes nCarModel = 18;
+ bytes nCarModelConfidence = 19;
+
+ // bytes picCache = 19;
+ // bytes reserved = 20;
+}
+
+// cloud
+message PlateIDCloud{
+ string license = 1;
+ Rect rcLocation = 2;
+ int32 nConfidence = 3;
+ int32 nType = 4;
+ int32 nDirection = 5;
+ int32 nCarColor = 6;
+ int32 nCarColor1 = 7;
+ int32 nCarBright = 8;
+ int32 frameNo = 9;
+ int32 faceWidth = 10;
+ int32 faceHeight = 11;
+ int32 grayFaceFlag = 12;
+ int32 charNum = 13;
+
+ // bytes X = 14;
+ // bytes Y = 15;
+ // int32 pResultBits = 16;
+ // bytes time = 17;
+ // repeated Rect charLocation = 18;
+ // repeated Rect charConfidence = 19;
+}
+
+message PlateIDVehicle{
+ int32 nPlateFlag = 1;
+ int32 nColor = 2;
+ int32 nType = 3;
+ string license = 4;
+ int32 nConfidence = 5;
+ int32 nCharNum = 6;
+ repeated int32 nCharConfidence = 7;
+ Rect rcLocation = 8;
+ Rect rcCarLocation = 9;
+ string vehicleType = 10;
+ string vehicleBrand = 11;
+ string vehicleSub = 12;
+ string vehicleType1 = 13;
+ float fvdConf = 14;
+ float fConfdence = 15;
+ int32 nVehicleSubModel = 16;
+ int32 nVehicleBright = 17;
+ int32 nVehicleColor1 = 18;
+ int32 nVehicleColor2 = 19;
+
+ // PCaptureImage [4]uint8 //瑙嗛妯″紡璇嗗埆涓嬫姄鎷嶇殑鍥剧墖鏁版嵁
+ // NImageWidth int32 //瑙嗛妯″紡涓嬫姄鎷嶅浘鍍忓搴�
+ // NImageHeight int32 //瑙嗛妯″紡涓嬫姄鎷嶅浘鍍忛珮搴�
+
+}
+
+message PlateIDResult {
+ // repeated PlateID result = 1;
+ // repeated PlateIDCloud result = 1;
+ repeated PlateIDVehicle result = 1;
+}
+
+message HumanTrack {
+ Rect rcHuman = 1;
+ float confidence = 2;
+ int32 x = 3;
+ int32 y = 4;
+ int32 id = 5;
+ repeated float feature = 6;
+}
+
+message HumanTrackResult {
+ repeated HumanTrack result = 1;
+}
--
Gitblit v1.8.0