happynear / FaceVerification

An Experimental Implementation of Face Verification, 96.8% on LFW.
447 stars 234 forks source link

Which proto to choose #23

Open sbaban opened 8 years ago

sbaban commented 8 years ago

Hi,I'm a new for caffe.I download your files,in the folder of caffe_proto I saw mnist_siamese_train_test.prototxt and a CASIA_train_test.prototxt,which is best for the face vertification. The second problem is that where is the train.txt and the val.txt?Can you send me if you please(I dowmloaded the @潘泳苹果皮 database).(My email is 1363656464@qq.com)Thanks .

happynear commented 8 years ago

https://github.com/happynear/FaceVerification/blob/master/caffe_proto/CASIA_train_test.prototxt is easest to train. I used all the database to train the model. I didn't split it into train and val subset.