Skip to content

kanosawa/simple-face-alignment-pytorch

Repository files navigation

Implementation of simple cascaded face alignment by pytorch

We provide pytorch code for simple cascaded face alignment. This code take some other codes from D-X-Y/landmark-detection/SAN

Preparation

Dependencies

  • Python3.7
  • PyTorch=1.3
  • scipy
  • Pillow
  • opencv-python
  • progress

Datasets Download

Extract all downloaded files into one directory(ex. ./datasets/300W, ./datasets/ibug, ...)

Makeing File List for Training

python make_300W_train_list.py ./datasets 300W_train.txt

Training and Test

Training

python train.py

Test

python test.py

About

Implementation of simple cascaded face alignment by pytorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages