https://bugs.kde.org/show_bug.cgi?id=430251
--- Comment #5 from Michael Miller <michael_mil...@msn.com> --- Hi Chris, Yes. Scanning a RAW file, and your case a .CR2 will take longer because we have to convert the RAW to jpeg for face recognition. The issue is that the JPEG image may or may not be exactly the same size as the .CR2. I shoot both Sony and Canon, and the camera jpegs are smaller dimensions than the raw. The face recognition is very sensitive to having the exact pixel locations for the face. We can't easily upscale the jpeg dimensions to the RAW dimensions and be absolutely sure the pixels haven't shifted a little bit. I think you'll find the new face detection system to be much faster than the old one, especially if you were using YOLO. Hope this helps. Cheers, Mike -- You are receiving this mail because: You are watching all bug changes.