You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the version find_best_frame = True
there will be a problem to read the actual code from face alignment.
So if you change the demo.py in line
107 to
fa = face_alignment.FaceAlignment(face_alignment.LandmarksType.TWO_D, flip_input=True, #the 2 is getting to TWO
everything will go on fine.
The text was updated successfully, but these errors were encountered:
in the version find_best_frame = True
there will be a problem to read the actual code from face alignment.
So if you change the demo.py in line
107 to
fa = face_alignment.FaceAlignment(face_alignment.LandmarksType.TWO_D, flip_input=True, #the 2 is getting to TWO
everything will go on fine.
The text was updated successfully, but these errors were encountered: