by Yuan Wang, Min Cao, Silong Peng and Zhenfeng Fan*
This repository is built for the official implementation of:
Learning to detect 3D facial landmarks via heatmap regression with Graph Convolutional Network (AAAI2022)
Our 3D face alignment model is shown as follows:
We train our model on three publicly available datasets, include BU-3DFE (Yin et al. 2006), FRGCv2.0 (Phillips et al. 2005) and FaceScape (Yang et al. 2020) to demonstrate the effectiveness of the proposed method. Our proposed method achieves 15.1% and 10.6% improvements in terms of the average ME on the BU-3DFE dataset and FRGCv2 dataset respectively. The ME and Std scores by the proposed method reach 1.60 and 1.18 on FaceScape dataset, respectively.
- Python 3.6.10
- PyTorch 1.6.0 && torchvision 0.7.0
- scikit-learn 0.23.2
Our code base is partially borrowed from PAConv, DGCNN and PointNet++.