-
Notifications
You must be signed in to change notification settings - Fork 7
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
3D keyjoints coordinate obatain #6
Comments
Hi Brian, thanks for your question. The 3D coordinates for a set of joints are accessible on this line: https://github.com/benjiebob/WLDO/blob/master/wldo_regressor/model.py#L97 These are filtered from the full set returned by SMAL which you can see here: https://github.com/benjiebob/WLDO/blob/master/global_utils/smal_model/smal_torch.py#L188 |
1、All the key points I get are zero? Why? |
@Brian417-cup - you can check how to project the 3D points into the image here. The network predicts (x, y) translations in the camera frame and depth z. They are applied to the SMAL model like this The network also obtains the camera focal length as: Our paper follows the same parameterization here as 3D-Safari. |
@mzc421 - I might need a few extra details to help you debug this.
|
View the complete animal grid in Meshlab |
ok,thanks |
Hey, I want to know how I can change your code and let them merely obtain 3D coordinates of keyjoints from dogs.
The text was updated successfully, but these errors were encountered: