davidsandberg / facenet

Face recognition using Tensorflow
MIT License
13.82k stars 4.81k forks source link

How to evaluate for my dataset. #861

Open hungnv21292 opened 6 years ago

hungnv21292 commented 6 years ago

I have finetune the Asian Face dataset (Asian-Celeb: http://trillionpairs.deepglint.com/overview). beside, I have other my private dataset. (also Asian face). In the original repo of @davidsandberg have evaluate on the LWF use LWF dataset and pairs.txt. How to evaluate on the Asian-Celeb and my private dataset? Do I have to create pairs.txt file as LWF ?

Thank you so much.

gitarya commented 5 years ago

Yes, you should align your datasets and generate a pairs.txt on them and then use src/validate_on_lfw.py to evaluate. If you want to generate a pairs.txt, you can use my script here: https://github.com/gitarya/face-data-tools