单目3D人脸重建
#SIGGRAPH2021单目3D人脸重建,皱纹可以随着表情而产生自然变化,更加逼真。
代码已开源DECA: Learning an Animatable Detailed 3D Face Model from In-the-Wild Images 单位 | 马普所
论文 | https://files.is.tue.mpg.de/black/papers/SIGGRAPH21_DECA.pdf
代码 | https://github.com/YadiraF/DECA
主页 | https://deca.is.tue.mpg.de/
依赖项:
pip install pytorch3d
1. Install from GitHub
pip install "git+https://github.com/facebookresearch/pytorch3d.git"
To install using the code of the released version instead of from the main branch, use the following instead.
pip install "git+https://github.com/facebookresearch/pytorch3d.git@stable"
For CUDA builds with versions earlier than CUDA 11, set CUB_HOME
before building as described above.
Install from Github on macOS: Some environment variables should be provided, lik
文章来源: blog.csdn.net,作者:网奇,版权归原作者所有,如需转载,请联系作者。
原文链接:blog.csdn.net/jacke121/article/details/117003502
- 点赞
- 收藏
- 关注作者
评论(0)