You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're not using a triplet loss based implementation as this repo aims to replicate work done in the original DeepFace paper which uses Softmax Classification for Face Recognition.
PS: FaceNet (a.k.a Triplet Loss) came much later to the publication of DeepFace. (a year later)
Right. Triplet loss based models indeed have an edge over face recognition tasks. FaceNet and the alike can well support one shot learning and does not necessarily need to be trained again for the target recognition task.
And, in case you're willing to train your own FaceNet model from scratch you could refer to my other repo (which implements Triplet loss based FaceNet using the NN2 architecture in the paper): https://github.com/swghosh/FaceNet
Using accuracy metric and not using the triplet loss for learning the weights ??
The text was updated successfully, but these errors were encountered: