Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-03-19T12:33:21.000Z (over 6 years ago)
- Last Synced: 2024-08-01T22:40:55.651Z (3 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
![original](demo/0.jpg?raw=true)
![original](demo/1.jpg?raw=true)
![original](demo/2.jpg?raw=true)
![original](demo/3.jpg?raw=true)
![original](demo/4.jpg?raw=true)
![original](demo/5.jpg?raw=true)
![original](demo/6.jpg?raw=true)
![original](demo/7.jpg?raw=true)
![original](demo/8.jpg?raw=true)
![original](demo/9.jpg?raw=true)
![original](demo/10.jpg?raw=true)