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.88k stars 1.33k forks source link

get_landmarks_from_image() got an unexpected keyword argument 'return_landmark_score' #290

Closed segalinc closed 2 years ago

segalinc commented 2 years ago

Hi there, I have the latest version of face-alignment (1.3.4) but I get the error that return_landmark_score in't available Any hint?

Thank you

usamaamjad7 commented 2 years ago

if you use colab notebook please run this line !pip install face_alignment -q --upgrade

segalinc commented 2 years ago

I am not using colab but a fresh python enviroment

1adrianb commented 2 years ago

Apologies for this, it appears there were some issue with the packaging. This should be fixed now. An upgrade/re-installation from pypi or source should clear this issue.

segalinc commented 2 years ago

Thank you! it's fixed I can confirm