3DMM-Fitting-Pytorch
3DMM-Fitting-Pytorch copied to clipboard
Adapting to other statistical face model?
Hi, I wonder if the repo can be adapted to other face models, such as FLAME?
At the moment, I dont have much time to do it. You may try it yourself, which is not really difficult. You can just create a new class and does similar things as in 'BFM09Model.py'. Define how the vertices and texture map are generated from the parameters, and also the facial landmark correspondence. That's it.
Hi, I wonder if the repo can be adapted to other face models, such as FLAME?
Hi, do you try it using FLAME? Can you share this?
I’m interested in the same thing. I hope you find the time to convert to the FLAME model.