| name | Vanilla CNN Model |
|---|---|
| caffemodel | vanillaCNN.caffemodel |
| caffemodel_url | https://github.com/ishay2b/VanillaCNN/blob/master/ZOO/vanillaCNN.caffemodel?raw=true |
| license | unrestricted |
| sha1 | b5e34ce75d078025e07452cb47e65d198fe27912 |
| caffe_commit | 9c9f94e18a8909580a6b94c44dbb1e46f0ee8eb8 |
Implementation of the Vanilla CNN described in the paper: Yue Wu and Tal Hassner, "Facial Landmark Detection with Tweaked Convolutional Neural Networks", arXiv preprint arXiv:1511.04031, 12 Nov. 2015. See project page for more information about this project. http://www.openu.ac.il/home/hassner/projects/tcnn_landmarks/
Written by Ishay Tubi: https://www.linkedin.com/in/ishay2b
This software is provided as is, without any warranty, with no legal constraints.
See github repository: http://bit.ly/1SbTqTf
The bundled model is the iteration 1,000,000 snapshot using vanilla_adam_solver.prototxt
Model was traind using AFLW train data, and obtains a 7.6% mean error for AFW benchmark and 8.3% for AFLW benchmark.
This model is released for unrestricted use.