face_morpher icon indicating copy to clipboard operation
face_morpher copied to clipboard

dlib RuntimeError: Unable to open `shape_predictor_68_face_landmarks.dat`

Open mnemocron opened this issue 3 years ago • 1 comments

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/

mnemocron avatar Jul 14 '21 19:07 mnemocron

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

ahn19 avatar Nov 17 '21 01:11 ahn19