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

Cassification algorithm? #40

Open
FongMi opened this issue Jul 4, 2022 · 1 comment
Open

Cassification algorithm? #40

FongMi opened this issue Jul 4, 2022 · 1 comment

Comments

@FongMi
Copy link

FongMi commented Jul 4, 2022

Can you provide an example please?

@tamerthamoqa
Copy link
Owner

Hello @FongMi

You could use K-Nearest Neighbours with a distance threshold since in effect it would be the same calculations as in this repository. You could also collect at least 5 face embeddings per person from 5 images and train a support vector machine classifier (example from the David Sandberg facenet repository) but that would require re-training every time a new person is added or removed from the system.

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