Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dlib RuntimeError: Unable to open shape_predictor_68_face_landmarks.dat #65

Open
mnemocron opened this issue Jul 14, 2021 · 1 comment

Comments

@mnemocron
Copy link

RuntimeError: Unable to open /home/simon/face_morpher/data/shape_predictor_68_face_landmarks.dat

This can be fixed by downloading this data into the data directory

mkdir data
wget http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2
bunzip2 shape_predictor_68_face_landmarks.dat.bz2
mv shape_predictor_68_face_landmarks.dat data/
@ahn19
Copy link

ahn19 commented Nov 17, 2021

RuntimeError: Unable to open /home/simon/face_morpher/data/shape_predictor_68_face_landmarks.dat

This can be fixed by downloading this data into the data directory

mkdir data
wget http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2
bunzip2 shape_predictor_68_face_landmarks.dat.bz2
mv shape_predictor_68_face_landmarks.dat data/

thank you for your comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants