使用ImageAi训练自定义数据时出错

问题描述

在generateAnchors(train_annotation_folder,train_image_folder,train_cache_file,model_labels)中的

/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:浮点数被零除

我收到上述错误,为什么会显示错误提示

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)