---
panlei
2019-11-21 0d72f83126cef0e93bf7147698c7a85a2c0c1b41
algorithm/middleware/readyData.go
@@ -180,7 +180,7 @@
            }
            for _, info := range plateIDResult.Result {
               logger.Info("接收车牌数据:",info)
               photoMap := structure.PhotoMap{Id: info.License,Score: float64(info.FvdConf),Rects: rectFormat(info.RcCarLocation), Type: "plate", Car:info}
               photoMap := structure.PhotoMap{Id: info.License,Score: float64(info.FvdConf)*100,Rects: rectFormat(info.RcCarLocation), Type: "plate", Car:info}
               arg.Photo = append(arg.Photo, photoMap)
            }
            args.Sdkdata = append(args.Sdkdata, &arg)