exadel-inc / CompreFace

Leading free and open-source face recognition system
https://exadel.com/accelerator-showcase/compreface/
Apache License 2.0
5.69k stars 775 forks source link

Store Image and Embedding Without Subject #1179

Open barrycarey opened 1 year ago

barrycarey commented 1 year ago

Is your feature request related to a problem? Please describe. I'm looking to store embeddings without a specific subject.

Describe the solution you'd like An API Endpoint to add an image and embedding without a subject. From what I see in the docs and code, the subject is currently required even though the column is nullable.

Describe alternatives you've considered Manually saving the image and embeddings.

Additional context The goal is to be able to search a given image against previously saved unknown faces.