WeitaoVan / L-GM-loss

Implementation of our accepted CVPR 2018 paper "Rethinking Feature Distribution for Loss Functions in Image Classification"
MIT License
172 stars 34 forks source link

Questions about Face Verification #8

Open zorrocai opened 5 years ago

zorrocai commented 5 years ago

Hi, thanks for your work. I am doing some experiments on LFW dataset for my paper, finding your experiments on Face Verification are interesting but unclear. And I could not reproduce the same result as yours. Could you share your Face verification codes with me? Thank you very much.

zorrocai commented 5 years ago

Actually, I wonder the architecture of your ResNet-Like 27 layers network. How did you design it? And could the 27-layers network with softmax loss trained on CASIA-WebFace produce the accuracy 98.56 on LFW? I tried 36-layers ResNer-Like network with softmax loss trained on CASIA-WebFace only got 97.85 on LFW...

GuoleiSun commented 5 years ago

Hi, do you reproduce the results on face verification?