FacialLandmark_MXNet

March 4, 2018 ยท View on GitHub

Facial landmarks training by MXNet. Use for face alignment and so on.

0. Other DL framework

  • The tensorlfow implementation to see here
  • The caffe implementation to see here

1. Environment

  • MXNet: v1.1.0

2. Training and Testing

  • Check common/landmark_helper.py to read yourself dataset.
  • Check training/training.py. Use python training.py --help to see help.
  • The test script in testing folder.

3. Result image

original original original original original original original original original original original

Contents

  1. 0.10. Other DL framework
  2. 0.21. Environment
  3. 0.32. Training and Testing
  4. 0.43. Result image