Does anyone have done the deepID face reco with caffe before?
Attached is the convnet structure and my prototxt which I know have a lot of problems.
At first I thought it would not be hard then I find that the Max-pooling layer 3 and the Convolutional layer 4 are both connect to the Deep hidden identity feartures, and at the same time the Max-pooling layer3 is connected to the Convolutional layer 4.
All the examples are single-layer-connection, so I am a little bit confused.
Also the last two layers, the softmax layer is the loss layer of course, but how to represent the DeepID layer, it not the pooling or the convolution....
Any help will be appreciated, thanks