[Bug 263400] New: Newly detected faces should be made easily available for checking for correctness.

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

[Bug 263400] New: Newly detected faces should be made easily available for checking for correctness.

Bugzilla from devoutlytobewished@googlemail.com
https://bugs.kde.org/show_bug.cgi?id=263400

           Summary: Newly detected faces should be made easily available
                    for checking for correctness.
           Product: digikam
           Version: 2.0.0
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: Face Detection
        AssignedTo: [hidden email]
        ReportedBy: [hidden email]


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

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 263400] Newly detected faces should be made easily available for checking for correctness.

Bugzilla from sebastian@salzreute.de
https://bugs.kde.org/show_bug.cgi?id=263400


SB <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




--- Comment #1 from SB <sebastian salzreute de>  2011-10-18 18:38:43 ---
*** This bug has been confirmed by popular vote. ***

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 263400] Newly detected faces should be made easily available for checking for correctness.

Gilles Caulier-4
In reply to this post by Bugzilla from devoutlytobewished@googlemail.com
https://bugs.kde.org/show_bug.cgi?id=263400


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]




--- Comment #2 from Gilles Caulier <caulier gilles gmail com>  2011-12-14 13:59:28 ---
unapiedra,

It still valid using digiKam 2.4 ?

Gilles Caulier

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 263400] Newly detected faces should be stored in a dedicated virtual album for checking

Gilles Caulier-4
In reply to this post by Bugzilla from devoutlytobewished@googlemail.com
https://bugs.kde.org/show_bug.cgi?id=263400

Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Newly detected faces should |Newly detected faces should
                   |be made easily available    |be stored in a dedicated
                   |for checking for            |virtual album for checking
                   |correctness.                |

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 263400] Newly detected faces should be stored in a dedicated virtual album for checking

Gilles Caulier-4
In reply to this post by Bugzilla from devoutlytobewished@googlemail.com
https://bugs.kde.org/show_bug.cgi?id=263400

Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |DUPLICATE
             Status|CONFIRMED                   |RESOLVED

--- Comment #3 from Gilles Caulier <[hidden email]> ---


*** This bug has been marked as a duplicate of bug 336253 ***

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 263400] Newly detected faces should be stored in a dedicated virtual album for checking

bugzilla_noreply
In reply to this post by Bugzilla from devoutlytobewished@googlemail.com
https://bugs.kde.org/show_bug.cgi?id=263400

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Version Fixed In|                            |5.5.0
         Resolution|DUPLICATE                   |FIXED

--- Comment #4 from [hidden email] ---
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

--
You are receiving this mail because:
You are the assignee for the bug.