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

SKEL model instead of SMPL #7

Open
abhishekmonogram opened this issue Jun 24, 2024 · 2 comments
Open

SKEL model instead of SMPL #7

abhishekmonogram opened this issue Jun 24, 2024 · 2 comments

Comments

@abhishekmonogram
Copy link

Hi, Thank you so much for sharing this repository. I wanted to check if a SKEL body model could be used in place of SMPL? Incase the answer is yes, what would I have to do to use SKEL here?

@saidwivedi
Copy link
Owner

I am not sure if I can answer that. Maybe Marilyn, lead author of SKEL, can answer.

@MarilynKeller
Copy link

MarilynKeller commented Jul 2, 2024

Hi,
Token HMR was trained on images with ground truth SMPL fits, so it cannot directly output SKEL parameters.

However, you can obtain SKEL parameters by fitting SKEL to the SMPL mesh output from Token HMR using this script. The idea is to optimize the SKEL pose q to minimize the vertex to vertex distances ∣∣SKEL(β,q)skin − SMPL(β,θ)∣∣.

For direct regression, you could also retrain Token HMR on SKEL. To do this, you would need to fit SKEL to the entire training dataset SMPL meshes and then use the pose parameter of SKEL (q) instead of SMPL's θ in the architecture. But this would be a very consequent work.

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

3 participants