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

training code issue #22

Open
tanshuai0219 opened this issue Jan 2, 2024 · 2 comments
Open

training code issue #22

tanshuai0219 opened this issue Jan 2, 2024 · 2 comments

Comments

@tanshuai0219
Copy link

Sorry, I didn't see the Expression loss (eq 10 in the paper) implemented in the training codes.

@oriel
Copy link

oriel commented Jan 30, 2024

Hello, I have also the same observation about the missing expression recognition loss in the training code.
I have tried to finetune the model on some new data, and it seems to not train correctly for better expression transfer, probably because of this missing loss.
Would it be please possible to update the training code with the expression loss?
Thanks a lot

@xiaonae
Copy link

xiaonae commented Jun 25, 2024

Hello, I have also the same observation about the missing expression recognition loss in the training code. I have tried to finetune the model on some new data, and it seems to not train correctly for better expression transfer, probably because of this missing loss. Would it be please possible to update the training code with the expression loss? Thanks a lot

Hi, I have added the expression loss, you can find it in this link, http://openaccess.thecvf.com/content/CVPR2022/html/Danecek_EMOCA_Emotion_Driven_Monocular_Face_Capture_and_Animation_CVPR_2022_paper.html.

Could you share how you finetune the trained DPE on new data? Especially " the selection of loss function " and "the param.requires_grad of which submodules are set to True, including enc, dec_pose, dec_exp, mlp, mlp_exp, mlp_pose, and discriminator"?

Thank you very much!

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