main.go
@@ -224,6 +224,18 @@ continue } } if sdkinfo.Sdktype == "FaceCompare" { faceParam := protomsg.ParamFaceFeature{} for _,faceExtCom := range faceParam.ExtComp { binfos := protomsg.Binfos{} err := proto.Unmarshal(faceExtCom.Comp, &binfos) if err != nil { fmt.Println("解析人脸比对数据时出现错误", err) continue } log.Println("_________________________________________________________________解析出的人脸的相似的底库数据",binfos) } } } return m