photools.com Community

IMatch Bug Reports and Feature Requests => Bug Reports => Solved Bug Reports (for next version) => Topic started by: banzai on May 01, 2023, 12:23:39 PM

Title: AutoTagger - Landmarks cannot be ignored
Post by: banzai on May 01, 2023, 12:23:39 PM
Situation:
- AutoTagger with Google Cloud Vision
- In Settings both "Keywords" and "Landmarks" are activated

When manually reviewing files:
- When a Landmark is suggested and I click "Add to ignore list", it has no effect
- The chosen Landmark is added in the settings under "Ignored Keywords"
- But the Landmark is still shown for every other file that is reviewed afterwards
- Doing the same for Keywords works just fine

(At first it is not obvious what a Landmark and what a Keyword is. But I tested the difference be (de)activating Landmarks in the settings.)

Ciao,    banzai
Title: Re: AutoTagger - Landmarks cannot be ignored
Post by: Mario on May 01, 2023, 01:03:16 PM
Quote(At first it is not obvious what a Landmark and what a Keyword is. But I tested the difference be (de)activating Landmarks in the settings.)
That's to be expected. Google takes the "include landmarks" as a parameter and then mixes the landmark, if found, into the keywords returned. IMatch has no idea if a returned keyword is a landmark or not.

QuoteWhen a Landmark is suggested and I click "Add to ignore list", it has no effect
This will affect future lookups, I believe. It will not go through the current result set and filter the keyword out.
Have you tried this?

I have not worked on and with the AutoTagger for quite a while. I need to schedule some time slots to look into this.
There are no open bug reports for the AutoTagger (except yours) and this is a rarely used feature.
Title: Re: AutoTagger - Landmarks cannot be ignored
Post by: Mario on May 06, 2023, 11:37:01 AM
I have reviewed this and keywords produced from landmarks can be ignored, but they were not filtered out in the same way real keywords were filtered.
This has been resolved for the IMatch 2023 code base.