MuggleWang / CosFace_pytorch

Pytorch implementation of CosFace
MIT License
243 stars 52 forks source link

CASIA-WebFace and LFW #6

Closed avn3r closed 6 years ago

avn3r commented 6 years ago

Do you happend to have Casia-Webface and LFW dataset already preprocess, used for this experiments and share a link to download? Casia-Webface is hard to find. Will mean a lot if you can provide the datasets preprocess if not too much trouble.

Regards.

MuggleWang commented 6 years ago

https://github.com/deepinsight/insightface/wiki/Dataset-Zoo

avn3r commented 6 years ago

Thanks, I already got my own datasets using their tensorflow mtcnn directly. One thing I do want to mention is that there is only 3 overlap classes removed between casia and lfw when there are a total of 16 overlap classes between those two datasets, so the results in insightface and your repo are a bit bias. But still thanks, you have been of great help.