happy-jihye / FFHQ-Alignment

Face alignment & Anime FFHQ alignment
74 stars 9 forks source link

[Bugs] AttributeError: _3D #2

Open DuNGEOnmassster opened 2 months ago

DuNGEOnmassster commented 2 months ago

Can't support "_3D" in face_alignment.LandmarksType._3D, test in face-alignment-1.4.1

image

While this works in face-alignment-1.3.4, just to remind you of the bugs in the newest version.

DuNGEOnmassster commented 2 months ago

Can be solved by pip install face-alignment==1.3.4

YoucanBaby commented 1 month ago

Can be solved by pip install face-alignment==1.3.4

I got the error when use face-alignment==1.3.4. ModuleNotFoundError: No module named 'face_alignment'

I solve the above problem by pip install face-alignment==1.1.1