https://bugs.kde.org/show_bug.cgi?id=487004

--- Comment #4 from Michael Miller <michael_mil...@msn.com> ---
(In reply to roqstr from comment #2)
> Re Point 2: That's not what I meant. I want to be able to apply the filter
> before running the face-recognition, not afterwards. So that the face
> suggestions are only associated to the previously selected facetags (see
> attachment).

Hi rogstr,
First, thank you for taking the time to submit a request.  It's people like you
who really help make digiKam better.

Unfortunately, we can't limit searching by existing tags.  We search for face
matches using an in-memory structure that holds all the "signatures" of
existing confirmed faces.  The benefit is that searching is very efficient and
very, very fast.  The most time-consuming part of adding a new image and
searching for faces has been the face detector and the extractor.  The
extractor is what generates the signature used for matching.  In digiKam 8.5.0
we're introducing a new face detector called YuNet.  YuNet is between 6 and 20
times faster than YOLOv3, depending on settings.  I think this change will help
speed things up considerably.  Also, the new extractor/recognizer, called
SFace, is much more accurate than OpenFace. This will significantly reduce
false-positive matches, so we don't have limit the confirmed faces we're
searching against.

I hope you'll try digiKam 8.5.0 and let us know if think there are
improvements.  You can try a daily build of digiKam, but we don't recommend you
use for production.

Cheers,
Mike

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to