https://bugs.kde.org/show_bug.cgi?id=477767
--- Comment #2 from Michael Miller <michael_mil...@msn.com> --- 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 -- You are receiving this mail because: You are watching all bug changes.