Version: 2.0.0 (using KDE 4.5.1) OS: Linux When running face detection on my collection detected faces are sorted into the already existing "folders"/"tags". This is good. However, I need something that lets me see which faces are new. This could be done like it's done in email with a small number behind the folder (3) indicating 3 new messages or 3 new photos. It could also be done in a "newly detected photos" tag or the like. Reproducible: Always
*** This bug has been confirmed by popular vote. ***
unapiedra, It still valid using digiKam 2.4 ? Gilles Caulier
*** This bug has been marked as a duplicate of bug 336253 ***
Git commit 7a7c29c0b8b36bd30a190a6cb4dc5f43960034a8 by Mario Frank. Committed on 16/01/2017 at 18:24. Pushed by mfrank into branch 'master'. I introduced the new special tag Unconfirmed which is automatically created if not present. In detection phase, faces are marked as unknown as usual. In recognition phase, the faces are marked with the recognised face tag, as usual. But additionally, they are connected as autodetected person to the Unconfirmed tag. In this property, I store the id of the person as which the face was recognised and also the face region. With small adoptions in the image lister all recognised faces are now shown both in the face tag which was recognised (person A) and the Unconfirmed tag (with the suggested tag being person A). Confirming the person can now be done in both tags. And the confirmed identity is set as expected. Confirming the face also removes the face from unconfirmed tag. Rejecting the face also removes the face from both the recognised tag and also from the Unconfirmed tag. Rescanning for faces (detection) also removes the connection to the Unconfirmed tag if unconfirmed results should be thrown away. FIXED-IN: 5.5.0 M +3 -1 NEWS M +10 -0 libs/database/coredb/coredbconstants.cpp M +2 -0 libs/database/coredb/coredbconstants.h M +21 -3 libs/database/item/imagelister.cpp M +25 -0 libs/database/tags/facetags.cpp M +3 -0 libs/database/tags/facetags.h M +15 -1 libs/database/tags/facetagseditor.cpp M +12 -0 libs/database/tags/facetagsiface.cpp M +5 -0 libs/database/tags/facetagsiface.h https://commits.kde.org/digikam/7a7c29c0b8b36bd30a190a6cb4dc5f43960034a8