IndexError: index 53 is out of bounds for axis 0 with size 52

阅读 240

2022-02-08

一、问题

在运行Tensorflow版的yolov3时,遇到:
IndexError: index 53 is out of bounds for axis 0 with size 52

二、原因

标签可能超出了图像的宽度或高度

三、解决方法

查看2D标签是否超出图像宽高

精彩评论(0)

0 0 举报