Bug 430250

Summary: provide filetype-based filter for running face detection
Product: [Applications] digikam Reporter: Chris Thieme <thieme_ch>
Component: Faces-DetectionAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED WORKSFORME    
Severity: wishlist CC: metzpinguin
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: All   
Latest Commit: Version Fixed In: 7.2.0

Description Chris Thieme 2020-12-11 08:41:21 UTC
Probably many people store both, raw and jpg images. To increase the speed for the face detection step, I think it would be great if a user could constrain the search by the filetype - let's say select jpg only.
Comment 1 Maik Qualmann 2020-12-11 09:35:40 UTC
I don't know if we want to further complicate the selection of images to scan. You can also add a "Scan" tag to all JPGs and only search for faces with this tag. Furthermore, the loading of RAW files is not time-critical because we use the existing JPG preview for face detection and the face coordinates are extrapolated to RAW.

Maik
Comment 2 Maik Qualmann 2020-12-11 12:05:49 UTC
In addition, an item-based search for faces is possible via the right context menu. You can use the Advanced Search to display all JPGs or exclude images using additional criteria and mark all images and start face detection.

Maik
Comment 3 Maik Qualmann 2020-12-25 11:47:38 UTC
Comment 2 does exactly what you want and more. I close the bug.

Maik
Comment 4 Chris Thieme 2020-12-25 12:43:27 UTC
Thanks for the suggested solution. Looks good to me.