Bug 376901 - Face Recognition Algorithm Improvements
Summary: Face Recognition Algorithm Improvements
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Faces-Recognition (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-25 03:07 UTC by Yingjie Liu
Modified: 2019-12-23 07:49 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 7.0.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yingjie Liu 2017-02-25 03:07:36 UTC
Hi,
I am interested in project "digiKam Face Management improvements" of GSOC2017. I read the code about the face recognition part. I found that the algorithm is based on opencv face recognition algorithm after reading the code of class FacesDetector and OpenCVFaceDetector. I want to figure out what students should do about the algorithm improvements: rewriting and improvement the face algorithm in opencv or we have to implement other face recognition algorithm which has a better performance?
Comment 1 caulier.gilles 2017-02-25 11:47:38 UTC
Please continue the discussion in bug #365669. No need to open a new file in bugzilla

*** This bug has been marked as a duplicate of bug 365669 ***
Comment 2 caulier.gilles 2019-12-23 07:48:34 UTC
7.0.0 use now OpenCV neural network deep learning module for detection and recognition.