Open mcarletti opened 7 years ago
Hello,
This looks like an error from dlib itself. Have you tried building dlib from source? Also, check your version of boost python to see if it is supported by dlib. If it doesn't help, I suggest looking for help in their community, they are very helpful.
Cheers,
Douglas
Hi,
I got the following error when running the code under the following setup:
Ubuntu 16.04 (4.4.0-97) Python 2.7.12 OpenCV 3.3.0.10 DLib 19.7.0 SciPy 0.19.0
This is the line 22 of _facial_featuredetector.py file:
predictor = dlib.shape_predictor(predictor_path)
Any ideas? What should I change to make the code work? Thank you.