https://github.com/BobLiu20/FacialLandmark_MXNet
Facial landmarks training by mxnet(gluon). Use for face alignment and so on.
https://github.com/BobLiu20/FacialLandmark_MXNet
alignment face facial-landmarks mxnet
Last synced: 5 months ago
JSON representation
Facial landmarks training by mxnet(gluon). Use for face alignment and so on.
- Host: GitHub
- URL: https://github.com/BobLiu20/FacialLandmark_MXNet
- Owner: BobLiu20
- Created: 2018-02-27T04:53:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-19T12:33:21.000Z (about 7 years ago)
- Last Synced: 2024-08-01T22:40:55.651Z (9 months ago)
- Topics: alignment, face, facial-landmarks, mxnet
- Language: Python
- Size: 214 KB
- Stars: 40
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-MXNet - FacialLandmark
README
# FacialLandmark_MXNet
Facial landmarks training by MXNet. Use for face alignment and so on.### 0. Other DL framework
* The tensorlfow implementation to see [here](https://github.com/BobLiu20/FacialLandmark_TF)
* The caffe implementation to see [here](https://github.com/BobLiu20/FacialLandmark_Caffe)### 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










