IMatch 2020.4.2

Started by abgestumpft, April 12, 2020, 09:31:20 PM

Previous topic - Next topic

abgestumpft

Hi,

thanks for the continuous improvement of iMatch!

I did some quick checks on some points that improved:
1. TimWiz #01081 -> Setting date/time to 00:xx -> Working
2. Person age less than one month #01076 -> Working
3. Normal (Long) File Names for ExifTool #01078 -> Copy & Paste Metadate to long "ü"-Files -> Working

Will play arround with the new Face Manager the next days, on a quick check looks like a very good improvement.
Already found a face that was trained and rejected at the same time  8)

happy Easter :)

Mario

Thanks for the feedback  :)
Rejected beats trained. If you un-reject the face it will be trained again.
-- Mario
IMatch Developer
Forum Administrator
http://www.photools.com  -  Contact & Support - Follow me on 𝕏 - Like photools.com on Facebook

Mees Dekker

Installed IMatch 2020.4.2 without a glitch.

Face manager is really a very major improvement. I was on the brink of letting go of the people view. But this is really a very big step forward.

I also have the impression that the number of warnings after a database diagnosis dropped dramatically. Sometimes, there were several hundreds of warnings; now it dropped to 1 or 2, even after rejecting or confirming hundreds of faces in bulk.

Very well done. Will be playing around a bit more tomorrow.

Mario

Very well. Keep an eye on these warnings and what causes them.
Stay safe.
-- Mario
IMatch Developer
Forum Administrator
http://www.photools.com  -  Contact & Support - Follow me on 𝕏 - Like photools.com on Facebook

plastikman

Great update indeed! Face Manager is truly amazing. Thanks for the hard work. I will post my feedback regarding bugs tomorrow.

desmooloch

#5
yeah cool! :)
If i have more than 10 trained faces imatch uses now only the first 10?

//Edit: i have no Header line (Name) in facemanager. I only see the counter (files) but i have no clue wich Person i'm managing

Mario

IMatch uses as many faces as you train in the FM.
But it limits the number of automatic trained faces to 10.

Show us a screen shot of what you mean by "no header line".
The PM uses the label of the person, as configured under Edit > Preferences > Application.
You may also want to try and click into the MF window and press Ctrl+F5 to refresh it once.
-- Mario
IMatch Developer
Forum Administrator
http://www.photools.com  -  Contact & Support - Follow me on 𝕏 - Like photools.com on Facebook

ben

Thanks Mario!
The new Face Manager looks great  ;D ;D

What should happen if i open the FM from one person highlighted in the people view?
If i toogle "faces in current scope only" nothing changes.

The internal viewer is also very helpfull.
Maybe you could open it but double clicking one face in the FM.

Ben

Mario

QuoteWhat should happen if i open the FM from one person highlighted in the people view?
If i toogle "faces in current scope only" nothing changes.
When the scope is all faces of the person (you start it from the people view) there cannot be a change when you toggle this switch.

QuoteMaybe you could open it but double clicking one face in the FM.

Double-clicking a face in FM opens the integrated image viewer in the FM.
Please refer to the The Face Manager help topic for all keyboard and mouse commands.
-- Mario
IMatch Developer
Forum Administrator
http://www.photools.com  -  Contact & Support - Follow me on 𝕏 - Like photools.com on Facebook

desmooloch

Quote from: Mario on April 13, 2020, 09:02:18 AM
IMatch uses as many faces as you train in the FM.
But it limits the number of automatic trained faces to 10.

Show us a screen shot of what you mean by "no header line".
The PM uses the label of the person, as configured under Edit > Preferences > Application.
You may also want to try and click into the MF window and press Ctrl+F5 to refresh it once.

pls see attached post. I can´t see the name of the person i'm managing.
Refresh (you mean shift+F5?) does not help.

Mario

Do you use a label or tag?
-- Mario
IMatch Developer
Forum Administrator
http://www.photools.com  -  Contact & Support - Follow me on 𝕏 - Like photools.com on Facebook

desmooloch

#11
Quote from: Mario on April 13, 2020, 12:28:15 PM
Do you use a label or tag?

I filled a tag in person editor.

//edit: If i change settings in "Application" to shortname i can see the name. But not with tag.

Mario

Fixed for the next release, thanks.

Quick work-around:

1. Open c:\ProgramData\photools.com\IMatch6\webroot\imatch\apps\FEATURES\people\face-manager\src\app.js in Windows Notepad.
2. Search for getLabel
3. Change this method so it looks like this:


            getLabel()
            {
                if (this.labelProperty == 'tag') {
                    if (this.person.entity) {
                        return this.person.entity.tag;
                    }
                }
                else {
                    return this.getProperty(this.labelProperty);
                }
            },



Don't forget the comma after the closing } 
-- Mario
IMatch Developer
Forum Administrator
http://www.photools.com  -  Contact & Support - Follow me on 𝕏 - Like photools.com on Facebook