You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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"?
Sorry, I didn't see the Expression loss (eq 10 in the paper) implemented in the training codes.
The text was updated successfully, but these errors were encountered: