-
Notifications
You must be signed in to change notification settings - Fork 90
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
Issue on compute_coordinates.py #40
Comments
hi EnricoBeltramo, we are facing the same problem, have you found the solution? |
@menyifang help :((( |
@menyifang help :((( |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm running compute_coordinates.py in order to recalculate keypoints, but when I run it I have follow warning, (that I suppose mean some issue on size of images):
tensorflow:Model was constructed with shape Tensor("input_5:0", shape=(1, 368, 368, 3), dtype=float32) for input (1, 368, 368, 3), but it was re-called on a Tensor with incompatible shape (None, 184, 126, 3).
The script run, but it create a file with all -1 in keypoints.
What should be the issue?
The text was updated successfully, but these errors were encountered: