#516 · Primary category: Computer Vision

DeepAlignmentNetwork

computer-vision cvpr cvpr-2017 deep-learning face-alignment lasagne theano

A deep neural network for face alignment

Project last updated:04/23/23

GitHub Stars

511

Forks

137

Contributors

2

License

MIT

Why we included this project

For anyone working through the CVPR 2017 DAN paper or rebuilding facial landmark detection from scratch, this is a faithful reference implementation. The network localizes keypoints like eye and mouth corners in still images and video, and the repo ships a live webcam demo plus evaluation scripts that reproduce the 300W benchmark results. It is a research codebase, though: it targets Python 2.7 and depends on Theano and Lasagne, and the supplied models are licensed for research use only. Teams willing to port it to a current framework still get a compact grounding in how cascaded face alignment works, which makes it a handy baseline for comparing against modern methods.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category