Face_Pytorch icon indicating copy to clipboard operation
Face_Pytorch copied to clipboard

What does the 600 means?

Open JiaquanYe opened this issue 5 years ago • 4 comments

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.

JiaquanYe avatar Apr 15 '19 07:04 JiaquanYe

The test protocol of lfw is 10-fold cross-validation. It has 6000 pairs of face images and has been split into 10 parts.

wujiyang avatar Apr 15 '19 07:04 wujiyang

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.

JiaquanYe avatar Apr 15 '19 07:04 JiaquanYe

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?

JiaquanYe avatar Apr 15 '19 08:04 JiaquanYe

Yes,margin is the last fc layer corresponding to the number of classes and it's not needed in evaluation.

wujiyang avatar Apr 15 '19 08:04 wujiyang