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

--- Comment #9 from Michael Miller <michael_mil...@msn.com> ---
I've been looking into your idea of adding NLP search for images.  The hardest
part is proper classification of the images.  There is a new Autotagging engine
in 8.6.0 that's much more accurate when using YOLOv11.  These tags plus user
entered tags will be the foundation of the search for now.

I think for a first try, I'll tokenize existing tags (including autotags). 
That should at least get us to the point where we can test a simple NLP search
model.  We can iterate from there by tokenizing other metadata, including
dates.

Preprocessing and classifying images isn't something that can be done at the
time of the search.  For large libraries, this can take hours and hours.  All
of the images would have to be pre-classified for the search to be usable. 
This is why I'm staying away (at least for now) from some of the models you
mentioned.

Cheers,
Mike

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

Reply via email to