Deep3DFaceRecon_pytorch icon indicating copy to clipboard operation
Deep3DFaceRecon_pytorch copied to clipboard

Is it possible to change the expression of a face in the generated model?

Open jiayueshiliuqi opened this issue 2 years ago • 2 comments

For example, if the photo has a smiling expression, I would like it to generate a standard expression without smiling, is this possible? Or is there another repository that can help me achieve this?

jiayueshiliuqi avatar Dec 13 '22 10:12 jiayueshiliuqi

Including some times the eyes of the person in the photo will be half closed, and the generated eyes will be smaller. I want to make it open, can I do that?

jiayueshiliuqi avatar Dec 13 '22 10:12 jiayueshiliuqi

you could try playing with coef_dict['exp'][0] in compute_for_rende() in bfm.py file for this. try changing some values and observe how you want expression to change.

Siddharth1698 avatar Sep 13 '23 06:09 Siddharth1698