a high accuracy facial landmark detection model.
Created by Wayne Wu.
boundary-aware face alignment algorithm achieves 3.49% mean error on 300-W Fullset, which outperforms state-of-the-art methods by a large margin.
- Linux
- Python3.6 is tested
- NVIDIA GPU + CUDA CuDNN is tested
- Install prerequisites for Caffe (http://caffe.berkeleyvision.org/installation.html#prequequisites, cuda may be needed)
git clone https://github.com/etosworld/etos-landmark
make all
./compile.sh
- run
./caffe_LAB
to see one simple image result
Wider Facial Landmarks in-the-wild (WFLW) is a new proposed face dataset. It contains 10000 faces (7500 for training and 2500 for testing) with 98 fully manual annotated landmarks.
- WFLW Training and Testing images [Google Drive] [Baidu Drive]
- WFLW Face Annotations
- Unzip above two packages and put them on './datasets/WFLW/'
Simply run this script to download annotations of WFLW
#! ./scripts/download/download_wflw_annotation.sh
bash ./scripts/download/download_wflw_annotation.sh WFLW