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
When I ran the code, it gave me an error because the archive seemed corrupt. Thanks to this SO answer: https://stackoverflow.com/questions/45179033/unable-to-extract-shape-predictor-68-face-landmarks-dat-for-bz/45179235#45179235 I manually downloaded the archive from http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2 and it worked. I don't know if this is just on my setup (Python3 through Anaconda, Windows10) or if the URL as changed?
The text was updated successfully, but these errors were encountered:
It worked fine with me yesterday when i ran demo.py It downloaded the archive correctly. I'm using python2 on Linux(Ubuntu 16.04)
Sorry, something went wrong.
No branches or pull requests
When I ran the code, it gave me an error because the archive seemed corrupt. Thanks to this SO answer: https://stackoverflow.com/questions/45179033/unable-to-extract-shape-predictor-68-face-landmarks-dat-for-bz/45179235#45179235 I manually downloaded the archive from http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2 and it worked. I don't know if this is just on my setup (Python3 through Anaconda, Windows10) or if the URL as changed?
The text was updated successfully, but these errors were encountered: