Summary: | AI Facial Detection Is Not Working Correctly - It is no longer detecting faces | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Alan <alangdunbar> |
Component: | Faces-Detection | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | alangdunbar, caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version First Reported In: | 8.7.0 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | Version Fixed In: | 8.8.0 | |
Sentry Crash Report: |
Description
Alan
2025-08-13 15:21:47 UTC
Which kind of database type did you use ? Do you upload all necessary DNN model files ? Can you provide a debug traces while face detection is working ? Look at this url for details : https://www.digikam.org/contribute/#windows-host Best regards Gilles Caulier Hi, I was using SQLite, but currently I am migrating over to MariaDB to see if this changes anything. I also had to locate additional DNNs that were not included in the installation package for Windows (I had also raised another bug report, as the lack of these in the installation package was throwing GPU detection Errors for OpenGL/C,L which my Graphics Card supports.) I updated the alternative case ref no 508199 with the GPU stuff which seems to be connected to this issue Got them at : https://files.kde.org/digikam/facesengine/dnnface/ https://files.kde.org/digikam/facesengine/shape-predictor/ Alan You don't have to download any DNN files manually. digiKam will prompt you to do this with a download dialog if it detects missing files. And that makes it clear what's wrong with you: you've disabled face engine in the download dialog. Go to the digiKam setup under Miscellaneous -> System and click the Download Dialog button; everything else is self-explanatory. Don't forget to restart digiKam after the download. Maik |