FaceDB icon indicating copy to clipboard operation
FaceDB copied to clipboard

A package designed for efficient face recognition across extensive photo collections, optimized for large-scale processing.

Results 5 FaceDB issues
Sort by recently updated
recently updated
newest added

Hello, As far as I understand the package does not allow adding multiple images of the same person, the `update` function just replaces the embeeding. Do you consider adding this...

documentation
help wanted
good first issue

Hi, can you please let me know how I can upsert my local embeddings (saved to .npz file) generated from my own embedding model to the vector database, i tried...

The current implementation uses conditional imports within functions controlled by global variables and locks. This setup may lead to race conditions or other threading issues as threads may not have...

I noticed in db.py, there are conditional imports that are controlled by global variables and locks which may lead to race conditions. This may happen as threads enter locked sections...