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

image clustering according to the faces they contain #220

Open
Minyar2004 opened this issue Mar 5, 2024 · 0 comments
Open

image clustering according to the faces they contain #220

Minyar2004 opened this issue Mar 5, 2024 · 0 comments

Comments

@Minyar2004
Copy link

Hello !

I've just stumbled upon facenet-pytorch. according to the documentation, this module can detect and recognize faces.

In my case, I'd like to classifying 20,000 images based on the faces they contain. I need to detect faces within a set of images (MTCNN), then identify and determine if they appear in the other images (InceptionResnetV1).

For example, on a set of 20,000 images:
face 1 appears on images 2124, 9874 and 11587.
face 2 appears on images 12, 6879, 19871 and 19987

Is there a way to do this efficiently with this module?

Thanks

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

1 participant