[digiKam-users] face marked on rotated images

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

[digiKam-users] face marked on rotated images

Tóth Csaba
Hello!

After update from 7.0.0 to 7.2.0-beta1 i noticed, that lots of rotated
image has duplicated face marks. One in good position, and one look like
the place when the image were not rotated.

I dont know why this happend, but now I need to review hundreds of
photos, and remove the extra marks...

Csaba

Reply | Threaded
Open this post in threaded view
|

Re: face marked on rotated images

woenx

There was one bug that was fixed some time ago where some face regions appeared where they shouldn’t, as if the image was rotated. It basically depended on which camera they were taken and if they were detected using other software (like Picasa). When it was fixed, you needed to refresh the metadata of those pictures, and the face rectangles would go back to their original place. However, if face detection was run before that was fixed, some pictures ended up with two face rectangles for each person. In that case, you should refresh the metadata for those pictures and delete the incorrect face region.

 

At least that was my experience.

 

De: [hidden email]
Enviat: dimecres, 30 de setembre de 2020 19:51
Per a: [hidden email]
Tema: [digiKam-users] face marked on rotated images

 

Hello!

After update from 7.0.0 to 7.2.0-beta1 i noticed, that lots of rotated
image has duplicated face marks. One in good position, and one look like
the place when the image were not rotated.

I dont know why this happend, but now I need to review hundreds of
photos, and remove the extra marks...

Csaba

 

Reply | Threaded
Open this post in threaded view
|

Re: face marked on rotated images

Mick Sulley
In reply to this post by Tóth Csaba
The attached Python code will at least give you a list of pictures with
duplicates

Mick

On 30/09/2020 18:50, Tóth Csaba wrote:

> Hello!
>
> After update from 7.0.0 to 7.2.0-beta1 i noticed, that lots of rotated
> image has duplicated face marks. One in good position, and one look
> like the place when the image were not rotated.
>
> I dont know why this happend, but now I need to review hundreds of
> photos, and remove the extra marks...
>
> Csaba
>

tag_test.py (2K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: face marked on rotated images

woenx