jakowenko / double-take

Unified UI and API for processing and training images for facial recognition.
https://hub.docker.com/r/jakowenko/double-take
MIT License
1.19k stars 93 forks source link

min_area_match doesnt seem to be working #55

Closed xeryax closed 3 years ago

xeryax commented 3 years ago

I am getting a lot of "matches" for faces that are really small (20x20). I have the default set: objects: face: min_area_match: 10000 but image these keep being matched...

Also, unrelated... does anyone find that deepstack will take giant leaps at guesses, and compreface always has super certainty on guesses?

xeryax commented 3 years ago

just found the beta branch.... can close.

jakowenko commented 3 years ago

min_area_match only determines if the result should be a match or not. The image will still be saved to the UI as a miss. The DeepStack tag being red indicates this was not a true match.

jakowenko commented 3 years ago

Closing per your request, let me know if you run into any more issues or have questions.