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

Question about transferring expression. #6

Open
NickChang97 opened this issue Sep 4, 2023 · 1 comment
Open

Question about transferring expression. #6

NickChang97 opened this issue Sep 4, 2023 · 1 comment

Comments

@NickChang97
Copy link

code["pose"][:, 3:] = code2["pose"][:, 3:]

Hi, thanks for sharing your great work. Why first three dimension of pose codes are changed when transferring expression.

@zh-ding
Copy link
Collaborator

zh-ding commented Oct 9, 2023

The pose parameters represent both neck and jaw poses. The last three are for jaw rotations, therefore we include them in the expression. You can see the figure 2 in the FLAME paper.

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