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

How to dump FLAME paramters from fitting results? #61

Open
199ChenNuo opened this issue Apr 29, 2022 · 1 comment
Open

How to dump FLAME paramters from fitting results? #61

199ChenNuo opened this issue Apr 29, 2022 · 1 comment

Comments

@199ChenNuo
Copy link

I get a *.ply output from fit_3D_mesh.py, and I want to get FLAME parameters directly from the output or during fitting.
I output the tf_pose and tf_exp in the function fit_3D_mesh(), from the source code I know that

tf_pose = [neck_pose, jaw_pose, eyeballs_pose]

And is the tf_exp the FLAME expression parameters?

I also wonder if there is a direct way to generate FLAME model from parameters so that I can test whether I got the right FLAME parameters. I noticed that there is an online viewer provided on the FLAME website, but I didn't find the relevant code in the Mesh project.

@TimoBolkart
Copy link
Owner

Yes, tf_exp are the expression parameters. The Mesh package has a MeshViewer to visualize meshes, otherwise one can output the FLAME mesh and check it in MeshLab

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