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

How to train network for custom dataset? #8

Closed
jcgarciaca opened this issue Jun 25, 2019 · 2 comments
Closed

How to train network for custom dataset? #8

jcgarciaca opened this issue Jun 25, 2019 · 2 comments

Comments

@jcgarciaca
Copy link

I've used your pre-trained weights for face recognition and it seems to work well. Thank you.
Now, I am interested to use a similar network to verify if two images match or not (no faces). Do you have any idea about how could I train my network?

In your code for face recognition, an image is used as input for network and a vector is generated as output. Both images (faces) are fed to network such that -both- generated vectors are then compared with cosine or euclidean similarity.

But in my case I just have two images that match or not.

@serengil
Copy link
Owner

You should study Siamese Network. This face recognition model is trained by its procedures.

@serengil
Copy link
Owner

This is not an issue. This is closed.

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

2 participants