ZhaoJ9014 / face.evoLVe

🔥🔥High-Performance Face Recognition Library on PaddlePaddle & PyTorch🔥🔥
MIT License
3.44k stars 760 forks source link

How to use the extract_feature_v2.py to complish face compare? #31

Closed xiaosuzhang closed 5 years ago

xiaosuzhang commented 5 years ago

When i use the extract_feature_v2.py to extract the face feature to compare the faces which are in CFP-datases similarity,but the similarity between faces is too low. How should to improve the similarity?How to compute the distance the features?

ZhaoJ9014 commented 5 years ago

Hi, thank you for your question. Please refer to Line 232-235 of train.py for evaluation on CFP.

xiaosuzhang commented 5 years ago

Thanks! But i only calculator the similarity between the two faces, and the confidence is too slow. How should i do?