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

Separate Face training #51

Closed
ankarako opened this issue Nov 17, 2020 · 4 comments
Closed

Separate Face training #51

ankarako opened this issue Nov 17, 2020 · 4 comments

Comments

@ankarako
Copy link

ankarako commented Nov 17, 2020

Hi,

Thanks for the great work.
(Not really an issue but) I would like to ask if there is a way for using smplx as a 3DMM for the head (i.e. use only head data and parameters).
Is there a fast out-of-the-box way to do this or should I try to separate the head of the model (and their corresponding parameters) according to the head joints?

Thank you very much.

@TimoBolkart
Copy link

Hi,

The head of SMPL-X is FLAME, which is a standalone 3DMM for the head. You also find several code packages that build on top of FLAME here. I hope that answers your question

@ankarako
Copy link
Author

Hi,

Thanks for your response. I know that FLAME is the head of SMPL-X (and MANO its hands). But if I'm not wrong, according to the paper, SMPL-X was re-trained (and not just "stitched" together). So, SMPL-X's expression space could be different than FLAME's for example, right?

Anyways, thanks again for you response.

@TimoBolkart
Copy link

Hi,

Indeed, SMPL-X was re-trained which means the identity shape space for the head of SMPL-X and the identity shape space of FLAME differ. The jaw pose and the expression parameters of SMPL-X and FLAME however coincide. We leverage that fact actually in our SMPL-X regressor using body-driven attention work, where facial expression and jaw pose are refined from a head-specific network.

@ankarako
Copy link
Author

Hi again,

Thank you very much for the more elaborate response.
(I actually wanted to optimize both for FLAME and SMPL-X (face only) and compare them).

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