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
Means the face recognition runs again through 25.000 +new pictures…
This is not a bug, face recognition is automatically carried out on all unknown faces. Maik
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
Thanks Maik. However it is very time intensive to always run through all albums instead of only the new shoots.
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
👍🏻 THX!