When associating faces to pictures (after the process of face detection), the dialog right now is pretty confusing: - The name selection from list is quite OK - There is a red cross button on the upper right corner for "this is not a face" - There is a "cross" button next to the check button, whose action is not specified IMVHO, there should be the following elements, one next to the other: 1. The person selection list, it would be nice if hovering the list would highlight the entry like a normal combo 2. The "OK" button to confirm the typed name 3. A "Not-a-face" button, the upper-right corner overlay is too tiny and not coherent 4. A "don't care" button for all those faces related to people you don't know or you don't want to tag
Which digiKam version do you use ? Gilles Caulier
Created attachment 100512 [details] attachment-12767-0.html Hi Gilles, I'm using 5.0.0 right now. On Tue, Aug 9, 2016 at 4:48 PM, via KDE Bugzilla <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=366551 > > caulier.gilles@gmail.com changed: > > What |Removed |Added > ------------------------------------------------------------ > ---------------- > CC| |caulier.gilles@gmail.com > > --- Comment #1 from caulier.gilles@gmail.com --- > Which digiKam version do you use ? > > Gilles Caulier > > -- > You are receiving this mail because: > You reported the bug. >
I'm willing to work on this issue given minimal direction from core developers.
7.0.0-beta1 is out with new Face Recognition algorithm based on Deep Learning/Neural Network API from OpenCV https://download.kde.org/unstable/digikam/ Please test and give us a feedback Thanks in advance Gilles Caulier
Git commit e872abc046c8a8b7f8f51c63086d64d6b62ce4c1 by Gilles Caulier. Committed on 03/01/2020 at 14:22. Pushed by cgilles into branch 'master'. Add tootip over face name editor buttons for better usability. M +18 -5 core/app/items/overlays/assignnameoverlay.cpp M +6 -3 core/libs/widgets/itemview/itemdelegateoverlay.cpp M +3 -3 core/utilities/facemanagement/widgets/assignnamewidget.cpp M +12 -5 core/utilities/facemanagement/widgets/assignnamewidget_p.cpp M +10 -8 core/utilities/facemanagement/widgets/facescanwidget.cpp https://invent.kde.org/kde/digikam/commit/e872abc046c8a8b7f8f51c63086d64d6b62ce4c1
There is no difference between the "-" button on the bottom on icon view item with face overlay, and the red cross button on the top right corner. Both remove the selected faces registration to database. Gilles Caulier
1/ already the case. 2/ just press Enter. 3/ 4/ both buttons do the same.