cleardusk / 3DDFA_V2

The official PyTorch implementation of Towards Fast, Accurate and Stable 3D Dense Face Alignment, ECCV 2020.
MIT License
2.9k stars 514 forks source link

About rendering .ply models to depth face maps #17

Closed yyssmm closed 4 years ago

yyssmm commented 4 years ago

Hi, Thank you for sharing your great work. I have a problem about how to render myself .ply models (having no tri faces) to depth face maps. Thanks for your help!

cleardusk commented 4 years ago

Firstly, this question is beyond the scope of this repo. Your question may be: how to convert the point cloud to depth image? You can refer to PCL library for algorithm details. Here are some links: link1, link2.

yyssmm commented 4 years ago

Thank you very much!