Summary: | Face frames are misaligned on Digikam when face framing was done on Picasa. | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Alexandre Belz <alexandre.belz> |
Component: | Faces-Engine | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version: | 6.0.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 7.0.0 | |
Sentry Crash Report: |
Description
Alexandre Belz
2019-04-27 13:56:04 UTC
Pictures can be found in shared OneDrive directory : https://1drv.ms/f/s!Ahp2yXCYf8WmiSo3YhhZR8gPc1fs ... with also the Picasa context file. Can you reproduce the dysfunction with last digiKam 6.1.0 Linux AppImage bundle ? Gilles Caulier *** This bug has been marked as a duplicate of bug 372340 *** Thank you @gilles, I'm upgrading to 6.1.0 (on windows) and trying again... Hi, the issue is still present running 6.1.0 for windows. See picture enclosed. Hello Gilles, I can still see the issue running 6.1.0 https://1drv.ms/u/s!Ahp2yXCYf8WmiS9-MNPvREJbFzWz This problem (bug 372340) is extensive, because for all long-standing digiKam users a conversion of the facial areas has to be written in the database. Maik I don't understand your comment Maik, sorry. Anyway, I've found a reason of that bug : the picture was edited in Picasa BUT NOT SAVED BY PICASA. I noticed that the faces position were misaligned AND ROTATED, and this gave me the trick. I went back in Picasa and noticed that modifications done in the past were NOT saved in Picasa. So I guess that the Picasa database was OK, but not applied to the JPG picture itself. Now that the picture is saved, I went back to Digikam 6.1.0 it's better : the faces are now well located... but they are twice more numerous ! * See screen capture : 406971_2019-04-28_1.png * and new JPG saved by Picasa : DSCN6711_saved.JPG The problem is clear. Picasa and the the standard is that the face regions are saved to a non-aligned image. The implementation in digiKam has been storing the face regions for the aligned image for years. We will change it, but we need to convert the database and the stored face regions in the users' images. That will be a bigger deal. So you can not currently swap face region images between digiKam and Picasa. Maik OK Maik, thank you ! :) That explains why the face tags where wrong, but I don't understand why now I have duplication of them in my sample jpg. Depending of what files digiKam read to get the face frames (in the JPG or in another database), please can you advise a procedure for me to have face frames correctly imported from Picasa to digiKam, avoiding any duplication ? I can't manually check my thousands of pictures... :) For instance, we could have : 1. "Save all" pictures edited in Picasa (to align face information) 2. Should I uninstall Picasa to erase its central database ? 3. Should I uninstall digiKam to erase any central database ? 4. Reinstall digiKam ? please review/correct this procedure as it should be. Many thanks for your great help ! 7.0.0-beta1 is out with new Face Recognition algorithm based on Deep Learning/Neural Network API from OpenCV https://download.kde.org/unstable/digikam/ Please test and give us a feedback Thanks in advance Gilles Caulier Super ! 7.0 beta1 downloaded, will test these days ! i understand that new Learning Neural network is implemented, but what about legacy Picasa rotated pictures with Faces ? Alex Git commit 32bb16fee6b2676b30bf843bf3e083a23084cd3d by Maik Qualmann. Committed on 19/01/2020 at 08:37. Pushed by mqualmann into branch 'master'. read and write not aligned face metadata from image FIXED-IN: 7.0.0 M +2 -1 NEWS M +7 -4 core/libs/database/item/scanner/itemscanner_photo.cpp M +3 -29 core/libs/fileactionmanager/metadatahub.cpp M +0 -6 core/libs/fileactionmanager/metadatahub.h M +6 -5 core/utilities/imageeditor/main/imagewindow.cpp https://invent.kde.org/kde/digikam/commit/32bb16fee6b2676b30bf843bf3e083a23084cd3d |