| Summary: | "deep face" a free source code for better face detection | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | aviv <avivkuh8> |
| Component: | Faces-Detection | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | caulier.gilles, michael_miller |
| Priority: | NOR | ||
| Version First Reported In: | 7.2.0 | ||
| Target Milestone: | --- | ||
| Platform: | Microsoft Windows | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | Version Fixed/Implemented In: | 8.5.0 | |
| Sentry Crash Report: | |||
|
Description
aviv
2021-04-04 22:39:20 UTC
Deep Face is Python library. We use C++, not Python. We take choice of OpenCV library for that... Mixing C++ and Python which make a mess in the project, especially for the core implementation. Gilles Caulier The new YuNet DNN model is now the default one for the face detection in 8.5.0 which give excelent and fast results. Hello Aviv, I'm familiar with DeepFace. DeepFace is a collection of different face detection and face recognition models. If you look into the source code of DeepFace, you'll see YuNet (detection) and SFace (recognition) in the list of models DeepFace supports. digiKam 8.5.0 includes both YuNet and SFace. Many of the other models in DeepFace are older and slower. In different words, digiKam is now using 2 of the newest and most accurate models used by DeepFace. We think this will be a big improvement for users. Cheers, Mike |