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

Parameter difference from Flame original model #46

Closed
avartation opened this issue Aug 8, 2021 · 5 comments
Closed

Parameter difference from Flame original model #46

avartation opened this issue Aug 8, 2021 · 5 comments

Comments

@avartation
Copy link

I want to use the output of DECA in Blender addon from the Flame website.
So DECA gives

  • 100 shape parameters
  • 50 expression parameters

But the original Flame model (used in Blender addon) has

  • 300 shape parameters
  • 100 expression parameters

Is there a way to get original Flame parameters from DECA parameters ?
Thanks !

@TimoBolkart
Copy link
Collaborator

The DECA output is a real subset of the full FLAME 2020 model. You can just use the DECA output as the first 100 identity shape and 50 expression shape parameters. The rest of the parameters you can set to zero. Does that answer your question?

@avartation
Copy link
Author

Thanks a lot @TimoBolkart, now I got it !

P.S.
I have another similar question related to the Flame Blender Add-on.
I opened another issue in FLAME Blender Add-on's repository, will be happy to get an answer for that as well.

Thanks again for this awesome work !

@Elsaam2y
Copy link

Elsaam2y commented Nov 2, 2021

Hi,

Regarding the jaw value (Set jaw), I have assigned it based on the predicted 2d landmarks since without the jaw, the output won't look complete bpy.data.window_managers["WinMan"].flame_tool.flame_jaw = <value>. However, I can't keyframe the value for the jaw since it is not a shape key (I need to keyframe since I want to export an fbx for a video, not a single frame). Any ideas?

Thanks in advance

@qiliux
Copy link

qiliux commented Jan 20, 2022

Hi,

Regarding the jaw value (Set jaw), I have assigned it based on the predicted 2d landmarks since without the jaw, the output won't look complete bpy.data.window_managers["WinMan"].flame_tool.flame_jaw = <value>. However, I can't keyframe the value for the jaw since it is not a shape key (I need to keyframe since I want to export an fbx for a video, not a single frame). Any ideas?

Thanks in advance

I am working on this too. DId you find a solution?

@xiaoyang333
Copy link

DECA 输出是完整 FLAME 2020 模型的真实子集。您可以只使用 DECA 输出作为前 100 个身份形状和 50 个表达式形状参数。其余参数可以设置为零。这是否回答你的问题?

用参数得到的脸部网格完全不准?有和我一样看法的人吗?为什么会这样

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

5 participants