---
panlei
2019-11-02 e41df22644371efc13c845e9c21fdf00b8dd5886
ruleserver/readyDataForRule.go
@@ -284,6 +284,7 @@
   size := 0.0            // 尺寸
   areaPoints := Json2points(a.AreaJson)
   logger.Info("看看图片的width和height:",arg.ImageWidth,arg.ImageHeight)
   widthScale := float64(arg.ImageWidth / 960)
   heigthScale := float64(arg.ImageHeight / 540)
   for _, obj := range arg.Photo {