Bug 440519 - Can‘t specify folder for face recognition
Summary: Can‘t specify folder for face recognition
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Faces-Recognition (show other bugs)
Version: 7.3.0
Platform: macOS (DMG) macOS
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-02 12:15 UTC by copperlanding
Modified: 2021-08-03 17:00 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 7.4.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description copperlanding 2021-08-02 12:15:02 UTC
SUMMARY
I scanned and recognized already *25.000 pictures. Now I want to add a new folder of freshly shoot pictures. I ran face detection first (and are able to specify the folder with the second tab which specifies the directory - bottom left of Software ). After detection process is finished I want to run face recognition. This ONLY works for the entire pictures. I am unable to specify the folder in the Second tab since all is grayed out ??!!  What do I do wrong?

STEPS TO REPRODUCE
1. Add new folder/album
2. Run face detection
3. run face recognition 

OBSERVED RESULT
Can‘t specify recognition folder


EXPECTED RESULT
Select only new folder/album for face recognition 


SOFTWARE/OS VERSIONS
macOS: Big Sur latest version 
KDE Plasma Version: 
KDE Frameworks Version:
KDE: 7.3.0
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 copperlanding 2021-08-02 12:37:55 UTC
Means the face recognition runs again through 25.000 +new pictures…
Comment 2 Maik Qualmann 2021-08-02 13:20:37 UTC
This is not a bug, face recognition is automatically carried out on all unknown faces.

Maik
Comment 3 Maik Qualmann 2021-08-03 06:09:14 UTC
The problem in the past has been that based on the faces, the users have no idea at all which albums to have enable in face recognition. So albums were activated in which nothing could be recognized and one suspected poor facial recognition.

Maik
Comment 4 copperlanding 2021-08-03 06:56:53 UTC
Thanks Maik. However it is very time intensive to always run through all albums instead of only the new shoots.
Comment 5 Maik Qualmann 2021-08-03 16:50:21 UTC
Git commit 0672875b24dc13f60ab5df0c37ac4f77234daef3 by Maik Qualmann.
Committed on 03/08/2021 at 16:49.
Pushed by mqualmann into branch 'master'.

only recognize all unknown faces when whole albums is checked
FIXED-IN: 7.4.0

M  +2    -1    NEWS
M  +2    -1    core/utilities/facemanagement/database/facescansettings.cpp
M  +3    -0    core/utilities/facemanagement/database/facescansettings.h
M  +2    -3    core/utilities/facemanagement/widgets/facescanwidget.cpp
M  +2    -1    core/utilities/maintenance/facesdetector.cpp
M  +3    -2    core/utilities/maintenance/maintenancemngr.cpp

https://invent.kde.org/graphics/digikam/commit/0672875b24dc13f60ab5df0c37ac4f77234daef3
Comment 6 copperlanding 2021-08-03 17:00:07 UTC
👍🏻 THX!