[digikam] [Bug 459969] Unconfirmed Faces are not grouped correctly when re-running recognition

2022-10-15 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=459969

--- Comment #6 from Maik Qualmann  ---
Git commit 78008e9bf6dd2b79de800ec75f4fcaec0e4c4c3e by Maik Qualmann.
Committed on 16/10/2022 at 05:49.
Pushed by mqualmann into branch 'master'.

bring back scan for faces as scan-only in context menu
Related: bug 460464

M  +1-0core/app/views/preview/itempreviewview.cpp
M  +13   -8core/app/views/stack/itemiconview_search.cpp
M  +5-8core/app/views/stack/itemiconview_views.cpp

https://invent.kde.org/graphics/digikam/commit/78008e9bf6dd2b79de800ec75f4fcaec0e4c4c3e

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 459969] Unconfirmed Faces are not grouped correctly when re-running recognition

2022-10-04 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=459969

--- Comment #5 from Maik Qualmann  ---
Yes, face recognition is certainly not perfect yet. We have various bug reports
on this. A student worked on improvements last year as part of GSoC-2021, these
have not yet been integrated because it requires major other changes in the
face engine. It is important that you confirm several people and the face
engine "learns" from it.

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 459969] Unconfirmed Faces are not grouped correctly when re-running recognition

2022-10-04 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=459969

Maik Qualmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/grap
   ||hics/digikam/commit/4a08c25
   ||baf396538a58dd951e04df73da7
   ||10c51e
   Version Fixed In||7.9.0
 Resolution|--- |FIXED

--- Comment #4 from Maik Qualmann  ---
Git commit 4a08c25baf396538a58dd951e04df73da710c51e by Maik Qualmann.
Committed on 04/10/2022 at 20:05.
Pushed by mqualmann into branch 'qt5-maintenance'.

active people sidebar, recognize face is now in the context menu
FIXED-IN: 7.9.0

M  +2-1NEWS
M  +2-0core/app/main/digikamapp_p.h
M  +4-0core/app/main/digikamapp_setup.cpp
M  +1-0core/app/views/stack/itemiconview.h
M  +32   -0core/app/views/stack/itemiconview_search.cpp
M  +9-1core/app/views/stack/itemiconview_views.cpp

https://invent.kde.org/graphics/digikam/commit/4a08c25baf396538a58dd951e04df73da710c51e

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 459969] Unconfirmed Faces are not grouped correctly when re-running recognition

2022-10-04 Thread Jens
https://bugs.kde.org/show_bug.cgi?id=459969

--- Comment #3 from Jens  ---
Actually I just found out this is how the "Recognize faces" option is supposed
to work... going through the "Unknown" faces and applying the currently learned
known faces against those not yet tagged. Right?

But it doesn't. If I choose "Recognize faces" here, it'll put *some* faces into
"Unconfirmed" but the majority will stay in "Unknown" - even very similar faces
of known and tagged people. There's still something going wrong here.

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 459969] Unconfirmed Faces are not grouped correctly when re-running recognition

2022-10-04 Thread Jens
https://bugs.kde.org/show_bug.cgi?id=459969

--- Comment #2 from Jens  ---
Can we make this a "re-recognize faces" option instead, without removing and
re-detecting them?
This would be probably much faster and it would fit in the workflow:
"detect_faces; while(detected_but_untagged_faces.count > 0) do {
tag_some_unrecognized_faces, rerun_detection_engine, correct_tags }".
In fact, hiding this in the context menu is maybe even too little - it should
be a prominent button at the bottom of the "Unknown" faces region because it's
such a typical action.

Ideally, if fast enough, re-recognition of unknown but detected faces should
automatically run whenever the faces detection database is updated, i.e. a face
has been tagged or untagged. I think this is how iPhoto used to do it.

What do you think?

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 459969] Unconfirmed Faces are not grouped correctly when re-running recognition

2022-10-04 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=459969

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #1 from Maik Qualmann  ---
Step 3 is incorrect and Find Faces must not be present in the People view
context menu. This also starts a new face recognition again, the old ones are
first deleted and reassigned, which is probably causing the chaos. It never
occurred to me to use the context menu here...

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.