-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValueError when checking input: expected input_image_meta to have shape (14,) but got array with shape (15,) #64
Comments
@alic-xc this kind of error is usually caused by specifying the wrong number of classes in the training configuration. Confirm that you specify the exact number of classes in your dataset in the the training configuration. |
Yes, you're correct. I made a mistake while annotating my images. |
update your classes it will work |
can you not see the above comments.. i checked my classes 5 times... and also the annotated images and annotations... its not working |
me too. |
The problem is the type is not the correct count. |
@doubletaro Did you solve this folks? i get the message ValueError: Error when checking input: expected input_image_meta to have shape (None, 14) but got array with shape (2, 15) Here is my config and I only have 1 class, but remembered to add one for the background so num_classes = 2
|
I'm training my model on google colab, but it did not pass 1 Epoch 1/300
I don't know what is really wrong. i've been on it for hours.
The text was updated successfully, but these errors were encountered: