AlfredXiangWu / face_verification_experiment

Original Caffe Version for LightCNN-9. Highly recommend to use PyTorch Version (https://github.com/AlfredXiangWu/LightCNN)
725 stars 327 forks source link

About accuracy in CASIA #133

Closed a00achild1 closed 7 years ago

a00achild1 commented 7 years ago

Hi, you really done a great job! I re-implement your project with C++ code and got almost the same performance as yours in LFW. But when I used it to extract features and test with cosine similarity in CASIA database, the accuracy is only about 80%. The most of the wrong classification caused by large headpose and blurred faces. I am curious about the trained images you took in CASIA database, was there containing faces with large head-pose and blur? Or maybe it is just my mistake with some wrong steps.