-
Notifications
You must be signed in to change notification settings - Fork 58
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 you animate any FLAME face model like voca does #45
Comments
You can check the templates.pkl file and define your own templates.pkl to use new templates. Sure you can use the pre-trained model. |
Thanks for your reply! I will try it agin |
Hi, do you know how to get a templates.pkl from a single portrait image? Any open-source repo to be found? |
@LeoniusChen Hi, DECA is a widely used 3D face reconstruction method by estimating FLAME parameters, and then they can be converted to mesh representations. Please check the FLAME repo for more info. |
I successfully obtained the template using DECA and FLAME, and replace the template in the codes Line 179 in 1a65bfe
Line 136 in 1a65bfe
zh_en_12s_FaceTalk_170809_00138_TA_condition_FaceTalk_170725_00137_TA_audio.mp4 |
Hi, 'subject' is used to change the template for displaying, since you have utilized your own subject, there should be no effect when you are changing 'subject' in demo.yaml. But I think chaning 'condition' in the config may influence the results, you can have a try. BTW, the unsatisfactory results may be caused by domain gap between Chinese and English. You may check if the English audio can work well. |
@Doubiiu @LeoniusChen |
Hi @Doubiiu @LeoniusChen I'm using DECA and can't get the .pkl template, I'd like to ask you how exactly did you get the template.pkl? |
Can I use the flame face model outside the vocaset(Training set, Validation set and test set) as a template to generate face animation, how do I set it up, and can I do it using a pre-trained model? Or need to retrain the model
The text was updated successfully, but these errors were encountered: