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
I succeeded to train a multi class model when I had one annotation per image.
I found out I have more than one class for some of the images so I added annotations with a unique id and same image_id that reflect multiple classes bounding boxes in the same image. There are no overlaps.
The training fails now due to some exceeding index isuue.
I think this problem comes from the fact that my data originally was organised as:
Hello,
I succeeded to train a multi class model when I had one annotation per image.
I found out I have more than one class for some of the images so I added annotations with a unique id and same image_id that reflect multiple classes bounding boxes in the same image. There are no overlaps.
The training fails now due to some exceeding index isuue.
I think this problem comes from the fact that my data originally was organised as:
root folder
--> category 1 folder
--> category 2 folder
--> category 3 folder
but actually now images from category 3 folder has bounding boxes of category 2 in the annotation file.
Does yolox supports that ?
If yes, what have I missed ? and how can I debug that ? Thanks!
The text was updated successfully, but these errors were encountered: