sphereface icon indicating copy to clipboard operation
sphereface copied to clipboard

Questions in the procedure of validation on lfw

Open zzw1123 opened this issue 6 years ago • 2 comments

Thanks for your contribution. But I have a doubt that before feeding the testset into the model we trained already, should we first detect faces in the images of lfw?In order to make the embeddings contain only the part of face which is more pure?

zzw1123 avatar Nov 28 '17 07:11 zzw1123

You should first detect and align faces for both CASIA and LFW. You can train the model and evaluate the performance on LFW each 1000 steps like Facenet does https://github.com/davidsandberg/facenet

I have provided three running logs of my method training on cleaned CASIA and evaluating on LFW below https://github.com/qixianbiao/PolyFace

qixianbiao avatar Nov 28 '17 14:11 qixianbiao

Thank you,xianbiao. I remember that!

zzw1123 avatar Nov 29 '17 01:11 zzw1123