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
When evaluating the PCK using the following function:
simple-HRNet/misc/utils.py
Lines 213 to 244 in f4a8174
Why does the x_coordinate gets divided by the height and the y_coordinate by the width? Shouldn't it be the other way around?
Thanks
The text was updated successfully, but these errors were encountered:
Hi! I've checked it and I think you're right.
This code is derived from here and the same code is found also here and they may both contain the same issue.
I've raised your question in microsoft/human-pose-estimation.pytorch#144 to have another check on this. I'll keep you posted.
Sorry, something went wrong.
No branches or pull requests
When evaluating the PCK using the following function:
simple-HRNet/misc/utils.py
Lines 213 to 244 in f4a8174
Why does the x_coordinate gets divided by the height and the y_coordinate by the width? Shouldn't it be the other way around?
Thanks
The text was updated successfully, but these errors were encountered: