ishay2b / VanillaCNN

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 : ishay2b [at] gmail [dot] com https://www.l
188 stars 80 forks source link

How to generate mean data of the train set? #3

Closed wuqiangch closed 8 years ago

wuqiangch commented 8 years ago

@ishay2b Thanks for your sharing code. What are your databases to be used to train your new model? How to generata the mean data of train set ? Have your try gray image? Maybe it is more quickly.

ishay2b commented 8 years ago

The code itself has the links to download so feel free to check (mainLoop.py). A new commit was added to generate the mean and std images of the train sets. check 'calcTrainSetMean' Grey is faster but less accurate.