lhyfst / DSFNet

Code for DSFNet: Dual Space Fusion Network for Occlusion-Robust Dense 3D Face Alignment
58 stars 3 forks source link

DSFNet

Paper link: https://arxiv.org/abs/2305.11522
Project link: https://lhyfst.github.io/dsfnet/

Requirements

python                    3.6.13
pytorch                   1.7.1
cudatoolkit               10.1.243
imageio                   2.15.0
numpy                     1.19.2
opencv-python             4.7.0.72
PyYAML                    6.0
scikit-image              0.17.2
torchvision               0.8.2
tqdm                      4.64.1
trimesh                   3.22.1

You can easily prepare the conda environment by conda create --name DSFNet --file requirements.txt

Prepare

Evaluation

Acknowledgements

We especially thank the contributors of the SADRNet codebase for providing helpful code.