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

Controlling the eye pose #9

Open
atgao opened this issue Oct 26, 2023 · 1 comment
Open

Controlling the eye pose #9

atgao opened this issue Oct 26, 2023 · 1 comment

Comments

@atgao
Copy link

atgao commented Oct 26, 2023

Inside the inference script, we can control the pose with here. Is it also possible to control or condition on the eye pose since FLAME has controllable eye joints? I tried to modify the eye pose in the decoding step

eye_pose_params = self.eye_pose.expand(batch_size, -1)
but it appears that the eye pose is still the same

@zh-ding
Copy link
Collaborator

zh-ding commented Oct 27, 2023

Since we utilize DECA to obtain physical buffers but DECA does not output eye_pose parameters, the model could not learn to control the eye pose. FLAME would use a default eye pose if the parameters are not provided. As you can see in the teaser figure, the eye poses of the physical buffers are neutral regardless of the inputs.

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