Summary: | Digikam redeye does not work on some images | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | humufr |
Component: | Faces-RedEyes | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, metzpinguin, yingjiewudi |
Priority: | NOR | ||
Version: | 5.7.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/digikam/commit/99efff24b22569e258bc712c3befef50684f20c4 | Version Fixed In: | 7.2.0 |
Sentry Crash Report: |
Description
humufr
2017-09-12 09:35:40 UTC
You can send me a test image to my private email address. Maik Thanks for the test image. The openCV face detection does not recognize the face in the image, therefore, also no recognition of the red eyes. The face is slightly in profile. Just take a look... Maik Perhaps the tool is a little bit too sophisticated and another option where selecting the eye and detecting an ellipse with red-ish color can be a good addition but perhaps you will be able to improve the automatic detection which will be very helpful for most of people. Thanks to look at the problem. A manual patch will not be able to run in batch with all automatized workflow. The algorithm to detect the face and red eyes need to be improved. We have a student working on face recognition while this summer who make great Face Management improvements. He is a mathematician, so certainly he can take a look if time permit. I will CC him. Gilles Caulier Lui, I CC you about this entry, to see if you can take a look in the algorithm for some face detections improvements (including eyes). Thanks in advance Gilles Caulier Hulufr, Can you share the problematic image somewhere in cloud for future investiguations ? Thanks in advance. Gilles Caulier Git commit 99efff24b22569e258bc712c3befef50684f20c4 by Maik Qualmann. Committed on 13/02/2021 at 16:48. Pushed by mqualmann into branch 'master'. enable Yolo v3 face detection for the red eye tool FIXED-IN: 7.2.0 M +2 -1 NEWS M +4 -0 core/libs/dimg/filters/redeye/redeyecorrectionfilter.cpp https://invent.kde.org/graphics/digikam/commit/99efff24b22569e258bc712c3befef50684f20c4 Git commit d198300bf06951b9a03951af44912525f28a5165 by Maik Qualmann. Committed on 19/10/2023 at 08:28. Pushed by mqualmann into branch 'master'. use YoloV3 face detection again for better red eye detection Adjust the size of detected faces for problematic images that didn't work with YoloV3. Related: bug 463350 M +12 -10 core/libs/dimg/filters/redeye/redeyecorrectionfilter.cpp https://invent.kde.org/graphics/digikam/-/commit/d198300bf06951b9a03951af44912525f28a5165 |