face-frontalization icon indicating copy to clipboard operation
face-frontalization copied to clipboard

shape_predictor_68_face_landmarks.dat.bz2 url issue

Open DanGolding opened this issue 7 years ago • 1 comments

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?

DanGolding avatar Jul 19 '17 00:07 DanGolding

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)

sungsulim avatar Jul 20 '17 21:07 sungsulim