Using the 5.8.0 appimage on Ubuntu 17.10 I get lots of OpenCV Errors when scanning my collection for faces. #+BEGIN_EXAMPLE OpenCV Error: Bad argument (This LBPH model is not computed yet. Did you call the train method?) in predict, file /b/dktemp/digikam-v5.8.0/core/libs/facesengine/recognition-opencv-lbph/facerec_borrowed.cpp, line 383 digikam.facesengine: cv::Exception: /b/dktemp/digikam-v5.8.0/core/libs/facesengine/recognition-opencv-lbph/facerec_borrowed.cpp:383: error: (-5) This LBPH model is not computed yet. Did you call the train method? in function predict #+END_EXAMPLE
This error message is "normal". You have not assigned a name to any found face yet. The database for the histograms is still empty. Do not use for face search "find faces and recognize", only "find faces". Maik
(In reply to Maik Qualmann from comment #1) > This error message is "normal". You have not assigned a name to any found > face yet. The database for the histograms is still empty. Do not use for > face search "find faces and recognize", only "find faces". > > Maik OK, thanks
Not reproducible with 7.0.0