1adrianb / face-alignment

:fire: 2D and 3D Face alignment library build using pytorch
https://www.adrianbulat.com
BSD 3-Clause "New" or "Revised" License
7.05k stars 1.34k forks source link

Fix the issue not renaming the downloaded dlib model correctly #89

Closed jeongyoonlee closed 6 years ago

jeongyoonlee commented 6 years ago

When use_cnn_face_detector=True in face_alignment.FaceAlignment(), it downloads dlib's CNN model, but so far the downloaded model has not been renamed correctly and it caused an error.

This pull request will fix it by renaming the downloaded dlib model correctly.

1adrianb commented 6 years ago

Thanks!