Face_Pytorch
Face_Pytorch copied to clipboard
What does the 600 means?
Hi,thank you for sharing this excellent repertory ! But when I want to eval my model, I have a question, what does the number 600 means in the ./dataset/lfw.py Line 47 ? It has confuse me, could you tell me what does this number mean? Thanks.
The test protocol of lfw is 10-fold cross-validation. It has 6000 pairs of face images and has been split into 10 parts.
The test protocol of lfw is 10-fold cross-validation. It has 6000 pairs of face images and has been split into 10 parts.
OK,Thank you for your answering.
May I ask you one more question? Is it unnecessary to use margin.ckpt in evaluation? Margin only help feature learing in training,is it right?
Yes,margin is the last fc layer corresponding to the number of classes and it's not needed in evaluation.