cleardusk / 3DDFA

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

How to get the ground truth p? #68

Closed tjusxh closed 5 years ago

tjusxh commented 5 years ago

Thanks for your big contribution. I have a question, when you training the network, how to get the ground truth p corresponding for the image? My guess: you got them by fitting 3dmm. is it right?

cleardusk commented 5 years ago

The ground-truth is from 300W-LP dataset. You can also generate them by 3DMM fitting as you said.