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

In which layer do I extract the feature for GMM? #15

Open huinsysu opened 6 years ago

huinsysu commented 6 years ago

I wonder to konw in which layer can I extract the intermediate features? The input of FC5? Or the output of FC5? Thanks a lot!

ishay2b commented 6 years ago

ActivationAbs4