davidsandberg / facenet

Face recognition using Tensorflow
MIT License
13.71k stars 4.8k forks source link

Are the pre-trained model shared trained by triplet loss or softmax loss? #1130

Open Shawn-Shan opened 4 years ago

Shawn-Shan commented 4 years ago

I see there are a couple shared models (i.e. 20180408-102900). I wonder whether they are trained by Triplet loss or softmax loss.

From looking at the embeddings, it seems they are trained with softmax loss. If that is the case, is there any models trained by triplet loss that we can use?

Thanks!

Saqib-Mahmood commented 4 years ago

I have same question. If there is any model that is trained with triplet loss? Or how can we use Model that is trained with softmax loss in Face Recognition problem?

seth814 commented 4 years ago

The pretrained models are both created from train_softmax.py