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

Extract joint names with rotation and position #10

Open
zezafa opened this issue Aug 31, 2020 · 1 comment
Open

Extract joint names with rotation and position #10

zezafa opened this issue Aug 31, 2020 · 1 comment

Comments

@zezafa
Copy link

zezafa commented Aug 31, 2020

Thank you for a very exciting and interesting research paper as well as sharing the test code.
The code works brilliantly for 3d shape estimation, but is there a way to get skeleton joint positions and rotations with your code?
Are joint names with their respective positions and rotations supposed to be included in SMPL h5 file?

Thank you for your work.

Best regards,
Jurgis

@Arthur151
Copy link
Collaborator

Thanks for your interest!
Yes, we save the SMPL parameter in the h5 file. which compose of 3-dim camera parameter, 72-dim SMPL 24 joint rotation vector, 10-dim SMPL shape parameter. To derive the 3D joint location, please refer to https://github.com/JDAI-CV/DSD-SATN/blob/master/src/utils/SMPL.py
At its last 2 line, it derived the vertices, 3D joints coordinates and rotation as verts, joint, r

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants