人脸98关键点检测、头部姿态检测、视线焦点
conda create --name paddlepaddle python=3.7
conda activate paddlepaddle
pip install paddlepaddle-gpu
pip install numpy
pip install opencv-python
pip install six
- WFLW Dataset Download:
- WFLW Training and Testing images [Google Drive] [Baidu Drive]
- WFLW Face Annotations:
- WFLW Face Annotations
- Steps:
- Unzip above two packages and put them on
./data/WFLW/
- Move
./data/Mirror98.txt
to./data/WFLW/WFLW_annotations
- Run
cd data
- Run
python3 SetPreparation.py
- Unzip above two packages and put them on
python train.py
python test.py
python infer.py
python Webcam.py