pynndescent
pynndescent copied to clipboard
Faster search face in base with more than 1 million images.
Hello!
I use for face recognition python library https://github.com/ageitgey/face_recognition I want to faster to find 1 face in more than 1 million faces.
Face recognition give me a encodings (a list of 128 real-valued numbers) for each images.
Can i faster find 1 face in more than 1M faces with pynndescent? Find similar with distance? How store 1M dataset (or encodings) for this?
Thank you