Summary: | digikam-6.0.0 faces engine fails to compile on PowerPC | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Rex Dieter <rdieter> |
Component: | Portability-Runtime | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | awilfox, caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version: | 6.0.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/digikam/6a3da298103797d01fa0cb049cccaff39bd1583e | Version Fixed In: | 7.0.0 |
Sentry Crash Report: |
Description
Rex Dieter
2019-02-26 18:35:46 UTC
*** Bug 405625 has been marked as a duplicate of this bug. *** Maik, Typically, the current DNN code will be dropped in the future in favor to OpenCV DNN. No need to spare time on this topic... Gilles So, does that mean we should turn off faces engine for our package builds until the OpenCV code comes? There is no option in digiKam cmake scripts to disable whole face engine. The alternative is to add a cmake option to disable the DNN part which stll experimental. Note : we will have a student planed while this summer to port the DLib DNN to OpenCV DNN. So typically this code will disappear, but later this summer. Gilles Caulier Git commit 6a3da298103797d01fa0cb049cccaff39bd1583e by Gilles Caulier. Committed on 21/03/2019 at 16:29. Pushed by cgilles into branch 'master'. add new optional configuration option to enable Faces Engine DNN support Related: bug 405625 M +2 -0 Mainpage.dox M +4 -1 NEWS M +1 -0 bootstrap.linux M +1 -0 bootstrap.macports M +1 -0 bootstrap.mxe M +1 -0 bootstrap.tarball M +8 -5 core/CMakeLists.txt M +6 -3 core/app/utils/digikam_config.h.cmake.in M +20 -11 core/libs/facesengine/CMakeLists.txt M +34 -22 core/libs/facesengine/facedb/facedb.cpp M +6 -0 core/libs/facesengine/facedb/facedb.h M +55 -8 core/libs/facesengine/recognitiondatabase.cpp M +1 -1 core/libs/facesengine/recognitiondatabase.h M +3 -0 core/utilities/facemanagement/facescandialog.cpp https://commits.kde.org/digikam/6a3da298103797d01fa0cb049cccaff39bd1583e With 7.0.0, Dlib code have been dropped from digiKam face engine in favor of OpenCV Neural Network API. Gilles Caulier |