Bug 376901

Summary: Face Recognition Algorithm Improvements
Product: [Applications] digikam Reporter: Yingjie Liu <1127553236>
Component: Faces-RecognitionAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In: 7.0.0

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.