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.
In your paper, it's mentioned TCDCN can be used to detect more than 5 Landmark points. But i can't find trained model weights or deploy.prototxt for that purpose. Can you please redirect me to that.