Best practice to store upto 5 million records #1070
Unanswered
fahadmalikawan
asked this question in
Q&A
Replies: 1 comment
-
When we created the current CompreFace architecture, we optimized it for small face collections, this is why your case is not very suitable for CompreFace. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have to implement the system where lot of Face Detection Cameras are installed.
These cameras will throw the images into the server's FTP folder.
Compreface System will be installed in the server containing registered persons i.e. Citizens, employees etc.
A utility will call compreface API to verify the FTP pictures.
The faces not found in the Compreface server will be marked strangers and will be stored as subjects in the Compreface system
Now these strangers might be a very large quanitiy.
I need guidance to implement the system smartly
I have powerful computer. And can install any recommended GPU. Currently I have RTX 3060. But i can install 3090 if recommended
Questions in my mind:
The Question: If we want to compare a single face in different applications, is there a way that we extract face embeddings calculations once and compare those embeddings in all the applications?
Will be grateful for any guidance. Thanks
Beta Was this translation helpful? Give feedback.
All reactions