-
Notifications
You must be signed in to change notification settings - Fork 91
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
Eye Alignment #61
Comments
I found a hacky workaround to this problem. You can move around vertices on the FLAME model before they get encoded (or whatever it's called.) in DECA.py you'll find the trans_verts variable on line 970 ` # 1) Reconstruct the face mesh
`
I'd love to hear if anyone has a better way to implement this. |
Ultimately, this is a bad idea, because the soft selection creates jittering vertices. It’s better to scale and move up all of the verts. |
@MichaelJBlack @radekd91 @TimoBolkart Can you please weigh in on this issue with eye alignment in DECA that has made its way into EMOCA?
yfeng95/DECA#29
The text was updated successfully, but these errors were encountered: