We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to use only 6 key points, not a 16 key point pre-trained model. So I ran the code with scratch.
but I keep getting errors like photos.
Any comments would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
you need to make sure the training samples provide you the right shape.
Sorry, something went wrong.
It seems like the model is still expecting 16 key points. You should try searching hard-coded number '16' all over the code base and replace with 6
No branches or pull requests
I want to use only 6 key points, not a 16 key point pre-trained model.
So I ran the code with scratch.
but I keep getting errors like photos.
Any comments would be greatly appreciated.
The text was updated successfully, but these errors were encountered: