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.99k stars 1.34k forks source link

AttributeError: module 'face_alignment' has no attribute 'FaceAlignment'???? #143

Closed lucaskyle closed 5 years ago

lucaskyle commented 5 years ago

Traceback (most recent call last): File "face_alignment.py", line 1, in

 import face_alignment

fa = face_alignment.FaceAlignment(face_alignment.LandmarksType._3D, flip_input=False) AttributeError: module 'face_alignment' has no attribute 'FaceAlignment'

lucaskyle commented 5 years ago

i can not import this face_alignment!!!!

i just restart my PC and got this issue!!

plz help me!!!!

HaoZhang990127 commented 1 year ago

Hello, I have also faced this issue, could you tell me how to solve it? Thank you very much.