ageitgey / ageitgey/face_recognition
Which database is good to store numpy 128 face encodings ?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 56.8k
- Forks
- 13.7k
- PR merge metrics
- No merged PRs in 30d
Description
I am trying to store the images and encodings of the images in a database. I tried with hdfs. But, i think database is good than filesystem as i want to retrive the details more often.
I want to store numpy array of 128 face encodings as it is rather than spliting each value to one cell in a table. Is it possible ? I see mangodb can handle numpy arrays.
But i want to know your suggestions before.
It would be awesome if real time data storage is also supported.
Could you please guide me ?
Thank you
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no repository files, tests, or entry points and asks for guidance about storing images and 128-value NumPy face encodings. Start by clarifying whether a repository change or documentation update is intended; done would require a specific supported storage approach and documented requirements for retrieval and real-time use.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- mongodb, numpy, python
- Domain
- databases, machine-learning
- Issue type
- Documentation
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 10/100