faustomorales / keras-facenet

A light wrapper around FaceNet
MIT License
37 stars 13 forks source link

About Pre-trained Model #4

Closed Adeel-Intizar closed 3 years ago

Adeel-Intizar commented 3 years ago

Hello, Thank you for your great work

Can you give me the link of pre-trained model, that is being used in this implementation? And what distance does it compute, is it cosine distance or some other? And what is good threshold value for it? Thank you

faustomorales commented 3 years ago

Hi there! The distance metrics and model URLs are available here. The appropriate distance threshold is use-case and model specific. I recommend evaluating the precision and recall scores on a relevant dataset to decide what is appropriate.