Error during evaluation #561
ibrahim014
started this conversation in
General
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to train the Yolov5 model using a custom dataset (containing 1 class). The model training went successfully. However, when it comes to evaluating the model I am getting the following error:
data['category_id'] = self.cat_ids[label]
IndexError: list index out of range
I tried to change the # of classes in cooc.py file but got the same error. Can anyone know where I need to make changes?
Beta Was this translation helpful? Give feedback.
All reactions