We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
shape_predictor_68_face_landmarks.dat
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
data
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/
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
directoryThe text was updated successfully, but these errors were encountered: