Yinghao-Li / 3DMM-fitting

Fit 3DMM to front and side face images simultaneously.
216 stars 53 forks source link

Model with neck #9

Open megahard25 opened 3 years ago

megahard25 commented 3 years ago

Hello, @Yinghao-Li ! I am very grateful to you for this project! I have a question: is it possible to generate a model with a neck? In the 3-D Morphable Model Fitting section of README, you show a model with a neck. Was this model generated with 3DMM-fitting or it is a just another model for example? Maybe at some point you just crop the model and leave only the face? In which place of the code? If you are using an already cropped model, can I somehow use another model (with a neck) instead of this one? How I can do this?

Thank you very much!

Yinghao-Li commented 3 years ago

The model I used in the repo does not have a neck. If you want a model with a neck, you can try Large Scale Facial Model (LSFM) or Basel Face Model (BFM). To use them, you need to find the index mapping between the 2D landmarks and the vertices in the 3D model. Also, you may have to modify the model data or the source code so that they are compatible with each other. As I'm not familiar with those models, I'm afraid I cannot give more detailed instructions. I hope this may help you.