Deep3DFaceRecon_pytorch
Deep3DFaceRecon_pytorch copied to clipboard
Is it possible to change the expression of a face in the generated model?
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?
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?
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.