LGDJCY
Results
2
comments of
LGDJCY
> You could also try `pip install face-alignment==1.3.4` > > Apparently the `._2D` and `._3D` (which was what I had in my case) attributes are not compatible with `face-alignment>1.3.4`. OK,thankyou!
> @LGDJCY Go to File "/Users/yangboz/git/SadTalker/src/face3d/extract_kp_videos.py", line 16, in init and change face_alignment.LandmarksType._2D to face_alignment.LandmarksType.TWO_D I see. Thank you!