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

About face group index #23

Open
jeb0813 opened this issue Jun 5, 2024 · 0 comments
Open

About face group index #23

jeb0813 opened this issue Jun 5, 2024 · 0 comments

Comments

@jeb0813
Copy link

jeb0813 commented Jun 5, 2024

@YifengMa9
In the paper, the param was divided into 13 and 51.

We select 13 out of 64 expression parameters that are highly related to mouth movements as the lower
face group, and the other parameters as the upper face group.

But in the code: in core.networks.disentangle_decoder import DisentangleDecoder

upper_face3d_indices=tuple(list(range(19)) + list(range(46, 51))),
lower_face3d_indices=tuple(range(19, 46)),

upper and lower gorup has 24 and 27 elements, 51 in total, 13 were missing from 64.

Can you help me with this question?
Many thanks

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

1 participant