-
Notifications
You must be signed in to change notification settings - Fork 111
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
Can we get back the expression parameters from the Flame vertices and faces? #30
Comments
Hey, given FLAME vertices (output by any method) you can get all FLAME parameters back (i.e., pose, shape, expression) with a simple optimization. You just need to minimize the difference of the given FLAME vertices and FLAME w.r.t. the parameters. |
Thanks @TimoBolkart , |
Hey @TimoBolkart ,
And, I'm calling this function like this,
I also tested with adding |
Hey @Rubikplayer @raffienficiaud @TimoBolkart ,
Suppose we're predicting flame vertices using any model.
Can we get back the pose ,shape and expression parameters or just the expression parameters ?
Thanks.
The text was updated successfully, but these errors were encountered: