| Summary: | Merkuro-contact crash on contact creation | ||
|---|---|---|---|
| Product: | [Applications] Merkuro | Reporter: | Egor Kuznetsov <egor.kuznetsov.26> |
| Component: | general | Assignee: | Claudio Cambra <claudio.cambra> |
| Status: | REPORTED --- | ||
| Severity: | crash | CC: | carl |
| Priority: | NOR | Keywords: | qt6 |
| Version First Reported In: | 24.01.80 | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Crash report of Merkuro-Contact | ||
|
Description
Egor Kuznetsov
2023-11-30 12:42:18 UTC
A possibly relevant merge request was started @ https://invent.kde.org/graphics/digikam/-/merge_requests/358 Git commit 9a06ef3e4f5fe11e9322d2ba2d31f4b1159f47ad by Michael Miller. Committed on 18/04/2025 at 17:21. Pushed by michmill into branch 'master'. Work/michmill/facethumbnailv2 This MR adds 25% padding around the deteced face region when generating the face thumbnail. Adds better logic for detecting small face regions to be filtered out during face training. Changes the rejectedFaceTagList property to faceTagExtendedData and adds capability to add other fields to faceTagExtendedData in the future. M +7 -7 core/libs/database/coredb/coredbconstants.cpp M +6 -6 core/libs/database/coredb/coredbconstants.h M +19 -20 core/libs/database/tags/facetagseditor.cpp M +2 -2 core/libs/database/tags/facetagseditor.h M +28 -25 core/libs/database/tags/facetagsiface.cpp M +24 -17 core/libs/database/tags/facetagsiface.h M +6 -6 core/libs/facesengine/recognition/opencv-dnn/dnnfaceextractorbase.h M +13 -25 core/libs/facesengine/recognition/opencv-dnn/dnnsfaceextractor.cpp M +2 -2 core/libs/facesengine/recognition/opencv-dnn/dnnsfaceextractor.h M +48 -40 core/utilities/facemanagement/pipelines/detectrecognize/facepipelinedetectrecognize.cpp M +2 -13 core/utilities/facemanagement/pipelines/edit/facepipelineedit.cpp M +49 -8 core/utilities/facemanagement/pipelines/facepipelinebase.cpp M +2 -2 core/utilities/facemanagement/pipelines/facepipelinebase.h https://invent.kde.org/graphics/digikam/-/commit/9a06ef3e4f5fe11e9322d2ba2d31f4b1159f47ad |