yzhou359 / MakeItTalk

Other
943 stars 215 forks source link

AttributeError: _3D #98

Closed ACondaway closed 5 days ago

ACondaway commented 4 months ago

Traceback (most recent call last): File "main_end2end.py", line 71, in predictor = face_alignment.FaceAlignment(face_alignment.LandmarksType._3D, device='cuda', flip_input=True) File "/home/sjtu/anaconda3/envs/makeittalk_v2/lib/python3.8/enum.py", line 384, in getattr raise AttributeError(name) from None AttributeError: _3D

bob35buaa commented 3 months ago

change to THREE_D

kun2001github commented 2 months ago

I also ran into issues that seemed to be due to the face-alignment version, so you can try a different version and hopefully help you.

ACondaway commented 5 days ago

change to THREE_D

Yeah! I got it, thanks!!!