https://bugs.kde.org/show_bug.cgi?id=502754

--- Comment #5 from Michael Miller <michael_mil...@msn.com> ---
Hi Maik,
This is the line I need to fix:
> 00000023      330.09207153    [5168] digikam.facesengine: 
> FaceClassifier::loadTrainingData: training completed in  378299 ms

I'm going to guess the face library is either very large, or the computer is
older and slower, or maybe both.  Either way, I need to kill the face training
thread upon exit.  The FaceClassifier uses 2 internal classifiers from OpenCV,
one is a KNN classifier and the other is an SVM classifier.  The long training
time is due to training the SVM.  Training the SVM is an opaque operation, and
there isn't a function in OpenVM to cancel the training, so the other option is
to kill the thread.

I'll work on this once I finish updating the face menus.

Cheers,
Mike

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to