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

Any reason that VOCA does not output FLAME parameters? #26

Closed
bing-jian opened this issue Dec 17, 2019 · 3 comments
Closed

Any reason that VOCA does not output FLAME parameters? #26

bing-jian opened this issue Dec 17, 2019 · 3 comments

Comments

@bing-jian
Copy link

Hi Timo,

First thanks for sharing the code for VOCA, very impressive work. I am wondering why VOCA does not output FLAME parameters (at least expression parameters). Can the current VOCA network be modified such that the model will output expression parameters?

"VOCA outputs meshes in FLAME mesh topology. However, it does not directly output FLAME parameters but you can easily compute this using this code TF_FLAME. The demo to fit the 3D model to registered 3D meshes should do the job"

Originally posted by @TimoBolkart in #21 (comment)

@TimoBolkart
Copy link
Owner

Hi,
sure, alternatively one can directly output FLAME parameters (i.e. expression and jaw pose). However, we have tried this but ended up directly outputting vertex offsets due to performance reasons. Having just one trainable linear FC layer instead of a fixed FLAME layer as decoder significantly reduced the training time and produced favorable results.

@bing-jian
Copy link
Author

Timo, that makes sense. Thanks for the explanation!

@kk66668
Copy link

kk66668 commented Apr 18, 2020

Have you tryied add FLAME layer as decoder to train VOCA?

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

3 participants