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
i have experienced this issue as well when using 4K images. It works if I downscale the resolution to 50% when using the default face detector (which is SFD). However, it works fine at full resolution when using the 'blazeface' front camera detector.
to use 'blazeface' face detector simply add face_detector='blazeface' when init:
fa = face_alignment.FaceAlignment(face_alignment.LandmarksType.TWO_D, flip_input=False, face_detector='blazeface')
I feel like I haven't accurately get the face box and landmarks。Does the project have a limited maximum resolution ?Looking forward to your reply sir
The text was updated successfully, but these errors were encountered: