object-localization icon indicating copy to clipboard operation
object-localization copied to clipboard

IndexError: index 7 is out of bounds for axis 1 with size 7

Open Zrufy opened this issue 5 years ago • 0 comments

Hi, I prepared the dataset and in starting the training I have this error. I am trying to understand what may come from but I'm having difficulties.

File "train.py", line 175, in getitem batch_boxes[i, floor_y, floor_x, 0] = (y1 - y0) / image_height IndexError: index 7 is out of bounds for axis 1 with size 1

Zrufy avatar Sep 13 '19 09:09 Zrufy