name | caffemodel | caffemodel_url | license | sha1 | caffe_commit |
---|---|---|---|---|---|
Vanilla CNN Model |
vanillaCNN.caffemodel |
unrestricted |
b5e34ce75d078025e07452cb47e65d198fe27912 |
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.
Hi,
I tried to get the model with ./scripts/download_model_from_gist.sh <gist_id>, but the result is a html file instead, not a zip file.
Can you please fix this problem? although I can get the model from your github project.