dougsouza / face-frontalization

This is a port of the Face Frontalization code provided by Hassner et al. at http://www.openu.ac.il/home/hassner/projects/frontalize
277 stars 113 forks source link

shape_predictor_68_face_landmarks.dat.bz2 url issue #15

Open DanGolding opened 7 years ago

DanGolding commented 7 years ago

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?

sungsulim commented 7 years ago

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)