double-take icon indicating copy to clipboard operation
double-take copied to clipboard

[FEAT] deepface detector support

Open luzik opened this issue 3 years ago • 2 comments

It would be awesome if double-take support deepface.

https://github.com/serengil/deepface

luzik avatar Mar 14 '22 21:03 luzik

Hey, thanks for suggesting this. I checked out their API and don't see a way to use the find function to perform the recognition against the data set. Here's a closed issue talking about it - https://github.com/serengil/deepface/issues/425. Double Take currently relies on the detectors having a RESTful API with a similar feature set to what the current detectors have.

Did you have any ideas on how to best implement this?

jakowenko avatar May 24 '22 14:05 jakowenko

You are right, there is no find in API, but looking into find method there should be an a way to iterate over double-take DB images using API verify() that takes two images, and then calculate result on double-take side as an average score

luzik avatar Jul 06 '22 12:07 luzik