exadel-inc / CompreFace

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

verify faces multiple target images #1143

Open savico-swee opened 1 year ago

savico-swee commented 1 year ago

Does CompreFace upload one source image and multiple target images for face verification?

pospielov commented 1 year ago

No, there is no way to make it now. The only recommendation, if you want to optimize the current flow, you can use this REST endpoint: https://github.com/exadel-inc/CompreFace/blob/master/docs/Rest-API-description.md#verify-faces-from-a-given-image in this case, you will process the source image only once.