Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code Explanined?? #26

Open
SalsHacker opened this issue Jun 28, 2018 · 2 comments
Open

Code Explanined?? #26

SalsHacker opened this issue Jun 28, 2018 · 2 comments

Comments

@SalsHacker
Copy link

Hi David,I was wondering if you could explain the code to me and how the training works.
Thanks

@vudung45
Copy link
Owner

vudung45 commented Jul 3, 2018

There is no actual training is done.

If you want to learn more about transfer learning, you can read up about it and use the output that Facenet model provides to transfer learning

@skt7
Copy link

skt7 commented Sep 17, 2018

Here no training is done. Actually, they have used a pre-trained FaceNet model which is designed to learn how to distinguish between two faces in Euclidean Space. The main idea behind this is Siamese Network and Triplet Loss

So now when you input a face image it produces a 128D embedding(vector) that represents that particular face. You can repeat it same for the other images and find the Euclidean distance between them it will give you the closeness score.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants