Skip to content
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

Code of checking that all joints are visible[BUG] #282

Closed
HospitableHost opened this issue Mar 7, 2023 · 1 comment
Closed

Code of checking that all joints are visible[BUG] #282

HospitableHost opened this issue Mar 7, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@HospitableHost
Copy link

Good work! I have a question about code of checking that all joints are visible in mpii3d_utils.py
image
I don't think it is joints_2d[:, 0] < w, I think it is joints_2d[:, 0] < c_x+w/2 and joints_2d[:, 0] < c_x-w/2.

@HospitableHost HospitableHost added the bug Something isn't working label Mar 7, 2023
@HospitableHost
Copy link
Author

w and h are not from bbox. They are 2048.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant