三维人脸重建【3】人脸模板构建算法:LSFM:Large scale 3D Morphable Models

        首先放上本算法的官方链接:https://ibug.doc.ic.ac.uk/resources/lsfm/, 作者在该网站中分享了开源的算法和模型,但是下载模型需要申请并声明仅用作医学相关的研究,故考虑复现该作者的算法,构建自己的人脸模型用于三维人脸重建相关的研究。本文对LSFM相关文献中的算法和代码进行分析,欢迎多批评指正。

       LSFM的参考文献如下:

Large scale 3D Morphable Models J. Booth, A. Roussos, A. Ponniah, D. Dunaway, S. Zafeiriou. International Journal of Computer Vision (IJCV), April 2017

A 3D Morphable Model learnt from 10,000 faces J. Booth, A. Roussos, S. Zafeiriou, A. Ponniah, D. Dunaway. Proceedings of IEEE Int’l Conf. on Computer Vision and Pattern Recognition (CVPR), June 2016

待更新…… 

你可能感兴趣的:(3D人脸重建)