You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: