cleardusk / 3DDFA

The PyTorch improved version of TPAMI 2017 paper: Face Alignment in Full Pose Range: A 3D Total Solution.
MIT License
3.6k stars 651 forks source link

Creating 3DMM parameters from vertex list #166

Open danperazzo opened 4 years ago

danperazzo commented 4 years ago

Hello, thanks for sharing this research! Just a question, I have a dataset of 68 3D facial landmarks, how can I find the 3DMM parameters? Like in your dataset.

cleardusk commented 4 years ago

You can fit it, e.g., https://github.com/YadiraF/face3d/blob/master/face3d/morphable_model/fit.py.