1adrianb / face-alignment

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

Downloading the face detection CNN. Please wait... #171

Closed huangyanting closed 4 years ago

huangyanting commented 4 years ago

image import face_alignment from skimage import io

fa = face_alignment.FaceAlignment(landmarks_type=face_alignment.LandmarksType._2D, flip_input=False)

input = io.imread('data/14.jpg') preds = fa.get_landmarks(input)

but i get eroor: Downloading the face detection CNN. Please wait...

1adrianb commented 4 years ago

Please see https://github.com/1adrianb/face-alignment/issues/155