Warning, /graphics/digikam/core/utilities/facemanagement/TODO.FACE is written in an unsupported language. File is not indexed.

0001 Priority    Description
0002 ==================================================================================================================
0003 
0004 Low         Parallelize different face detection operations
0005 
0006 Low         Fix the redraw artifacts made when dragging and resizing face items.
0007 
0008 ==================================================================================================================
0009 TODO list for post-GSoC 2019 on backend of face recognition:
0010 ==================================================================================================================
0011 
0012 High        Reinvestigate every options and combinations in facescan settings           ==> DONE
0013 
0014 High        Simplify facescan dialog (e.g. removing this dialog and place all widget
0015             in the bottom of people left sidebar tab, as for similarity tab for ex)     ==> DONE
0016 
0017 Medium      Implement feature to allow 128-D face embedding vectors to be computed
0018             only once, and when detected face bounding box is modified.
0019             That feature seems already existed in FaceScanSettings::alreadyScannedHandling,
0020             but not implemented in the right way                                        ==> DONE