https://bugs.kde.org/show_bug.cgi?id=502219
--- Comment #18 from Michael Miller <michael_mil...@msn.com> --- (In reply to MarcP from comment #17) > Hi, > > I capture the logs while I started digikam. I made sure there were no new > pictures in the library so the logs doesn't get cluttered. > I found two entries mentioning FaceClassifier::. One at 15 seconds, and > another at 351 seconds. > > 00000359 15.78285313 [56196] digikam.facesengine: > FaceClassifier::loadTrainingData: training completed in 361232 ms > > 00000369 351.98092651 [46368] digikam.facesengine: > FaceClassifier::loadTrainingData: training completed in 350176 ms > > After I get the second entry, Digikam's CPU usage goes from 8% to idle, and > the face recognition works again. > > If you want to check the whole logfile (369 lines), you can find it here: > http://158.101.198.126:9011/share/R8q9-AkA > > I hope it helps. Hi Marc, Thank you. That's very helpful, and confirms a suspicion I had. Basically, because of the size of your library, and specifically the number of tagged faces, it's taking almost 6 minutes until the face recognition system is trained and can recognize faces. Fortunately, I'm already working on a fix that should get the face recognition system ready in a few seconds. The fix should be ready this weekend. Cheers, Mike -- You are receiving this mail because: You are watching all bug changes.