https://bugs.kde.org/show_bug.cgi?id=504185
--- Comment #8 from Michael Miller <michael_mil...@msn.com> --- (In reply to Michael Miller from comment #7) > (In reply to MarcP from comment #6) > > > How many confirmed faces do you have in your library? > > > > Just checked. 155382 confirmed faces in 1050 different people. > > Thanks Marc, I'll see if I can recreate the issue with that many faces, and > see if there is a way to tune the classifier training algorithm. I'm almost > certain the issue is with training the SVM with that many faces. > > Cheers, > Mike Hi Marc, Yes, I've confirmed the issue is with training the SVM classifier as part of the overall ensemble of internal classifiers in the face classifier when you have over 100,000 confirmed faces. There's good news and bad news. The good news is the face classifier "falls back" to less efficient approach while the SVM is being trained, so face recognition is usable while it's happening. The bad news is there's no way to fix this without rewriting the entire face classifier. I'll add rewriting the face classifier to eliminate the the SVM classifier to my 8.8.0 to-do list. Cheers, Mike -- You are receiving this mail because: You are watching all bug changes.