jixinya / EAMM

Code for paper 'EAMM: One-Shot Emotional Talking Face via Audio-Based Emotion-Aware Motion Model'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RuntimeError: Unable to open ./shape_predictor_68_face_landmarks.dat

zhaolibo1989 opened this issue · comments

run and error:

(EAMM) root@ubuntu-desktop:~/EAMM# python demo.py
Traceback (most recent call last):
  File "demo.py", line 44, in <module>
    predictor = dlib.shape_predictor('./shape_predictor_68_face_landmarks.dat')
RuntimeError: Unable to open ./shape_predictor_68_face_landmarks.dat

work directory:

(EAMM) root@ubuntu-desktop:~/EAMM# ls
3DDFA_V2         demo               LICENSE            modules          README.md         %SystemDrive%  venv
augmentation.py  demo.py            log                ops.py           requirements.txt  teaser-1.png
config           filter1.py         logger.py          process_data.py  run.py            test
dataset          frames_dataset.py  M003_template.npy  __pycache__      sync_batchnorm    train.py

log:

(EAMM) root@ubuntu-desktop:~/EAMM# tree log -L 2
log
├── 124_52000.pth.tar
├── 1-6000.pth.tar
└── 5-3000.pth.tar

What's going on? ./shape_predictor_68_face_landmarks.dat is missing or not submit?

By the way, however, I found the file download link: http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2.

Emm... just close it.