Main Menu

Recent posts

#91
General Discussion and Questions / Re: I find completely differen...
Last post by Mario - March 14, 2025, 04:00:33 PM
Your first posts must be approved Once you are accepted, the Captcha will be gone.

This community is flooded by bot requests and I have to wipe and clean every day.
Keeping the bots and spammers out is important, but it gets worse and worse thanks to AI.
Moderating the initial posts, enforced email verification keeps things nice and smooth.
#92
General Discussion and Questions / Re: I find completely differen...
Last post by stenp - March 14, 2025, 03:24:12 PM
OK. Thank you.

I understand that as a new community user my posts must be approved for a while. After that, will the captcha verification also be dismissed?
#93
General Discussion and Questions / Re: I find completely differen...
Last post by Mario - March 14, 2025, 02:51:38 PM
Marked as Duplicates meaning?
WMA is a very old video file format and probably not really suited for the content-based duplicate checker IMatch uses to identify visually similar images. Probably it picks up similar frame noise or whatever.

Switch the corresponding option to off or binary identical when you don't work with image files.
See Searching for Duplicate Files

The visually duplicate check is just an optional hint, enabling users with large collections and potentially unwanted copies of images to find them quickly. You can just ignore it if you don't need it.
#94
General Discussion and Questions / I find completely different fi...
Last post by stenp - March 14, 2025, 02:35:54 PM
I have just started to evaluate iMatch 2025 and indexed some folders on my Windows 11 PC.

4 .wma files are marked as DUPLICATES but they are absoloutely not duplicates by name, content or metadata. I need to know if I have anything incorrect configured before I go further with iMatch.

Thank you
Sten
#95
Solved (Feature Requests) / Re: Make rendering of Ignored ...
Last post by Mario - March 14, 2025, 02:21:33 PM
It was quick to do, just moving it outside of a condition cascade. If this would have been hours of work, I would not have done it.
#96
Solved (Feature Requests) / Re: Make rendering of Ignored ...
Last post by Tveloso - March 14, 2025, 02:15:08 PM
Thank you so very much Mario...(for taking the time to implement something to support the silly habits of one user).
#97
Solved (Feature Requests) / Re: Make rendering of Ignored ...
Last post by Mario - March 14, 2025, 01:59:46 PM
I have implemented this for the next release.
It was just not assumed that a user would ever see the need to create a manual face annotation and then ignore it. You are probably the only user out there who does this.
#98
General Discussion and Questions / Re: Issue with Special Charact...
Last post by Mario - March 14, 2025, 01:35:20 PM
What is PhotoPrism? Never heard of it. Are you in the wrong user forum?
This is the user community for the digital asset management system IMatch.
#99
General Discussion and Questions / Re: Just in: Google Gemma 3 mo...
Last post by Mario - March 14, 2025, 01:27:12 PM
IMatch needs to bring the configuration for the models, which tell IMatch how to use and parametrize it. Installing a model in Ollama is just one step.

Is the Dutch result shown for the bus photo above any good?
#100
General Discussion and Questions / Re: How to get VarToy to displ...
Last post by Mario - March 14, 2025, 01:26:05 PM
I'm just using  standard formatting function provided by the Microsoft runtime. I don't do the rounding in my code.
When you ignore the digits with 0, what's left is the number before the decimal . No rounding is performed. This matches what numformat does. 0 means "Ignore decimals". This seems how this is implemented.

Update. Just checked the Microsoft docs. The precision 0  means: Ignore decimals. So the output is as it should be. If you need more precision, output at least one decimal digit.