一、问题
在运行Tensorflow版的yolov3时,遇到:
IndexError: index 53 is out of bounds for axis 0 with size 52
二、原因
标签可能超出了图像的宽度或高度
三、解决方法
查看2D标签是否超出图像宽高
IndexError: index 53 is out of bounds for axis 0 with size 52
阅读 234
2022-02-08
在运行Tensorflow版的yolov3时,遇到:
IndexError: index 53 is out of bounds for axis 0 with size 52
标签可能超出了图像的宽度或高度
查看2D标签是否超出图像宽高
相关推荐
精彩评论(0)