pynndescent icon indicating copy to clipboard operation
pynndescent copied to clipboard

Faster search face in base with more than 1 million images.

Open arpsyapathy opened this issue 6 years ago • 0 comments

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

arpsyapathy avatar Nov 30 '18 08:11 arpsyapathy