SSD Tensorflow:InvalidArgumentError: about bounding box coordinates

网友投稿 879 2022-08-23

SSD Tensorflow:InvalidArgumentError: about bounding box coordinates

SSD Tensorflow:InvalidArgumentError: about bounding box coordinates

我在运行自己的数据集时,会报上述的bounding box坐标的错误,说明你的bounding box的坐标越界了,需要比较一下方框的xmax,ymax是否在图片的尺寸范围内:

即xmax<=with

ymax<=height

如图片的size为:

1920 1080 3

比如下面的ymax就超过了

NoInterestArea Right-Front 0 0 0 977 156 1082 0

1082>1080,最简单的办法就是写程序把1082改为1080

参考文献

[1].InvalidArgumentError: about bounding box coordinates. https://github.com/balancap/SSD-Tensorflow/issues/37

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:npm scripts 使用指南
下一篇:论文笔记:Tag-Aware Personalized Recommendation Using a Hybrid Deep Model
相关文章

 发表评论

暂时没有评论,来抢沙发吧~