/usr/local/lib/python3.6/dist-packages/imageai/Detection/Custom/gen_anchors.py 88 图片['object']中的obj为89: ---> 90 relative_w =(float(obj ['xmax'])-float(obj ['xmin']))/ image ['width'] 91 relatice_h =(float(obj [“ ymax”])-float(obj ['ymin']))/ image ['height'] 92 Annotation_dims.append(tuple(map(float,(relative_w,relatice_h)))
ZeroDivisionError:浮点数被零除
我收到上述错误,为什么会显示错误提示?