xinntao / facexlib

FaceXlib aims at providing ready-to-use face-related functions based on current STOA open-source methods.
MIT License
833 stars 146 forks source link

Hi! profile faces!! #35

Open scj0709 opened 1 year ago

scj0709 commented 1 year ago

Hi! I am using your algorithm very usefully.

But i don't want to detect profile faces. How should I handle this?

Thanks!!

woctezuma commented 1 year ago

You could use stats about the landmarks to guess if faces are sideways. This would allow to filter detected faces.

Maybe there is a better approach though.

scj0709 commented 1 year ago

Thanks you so much for replying!! Do you have any statistics for detecting profile faces that you use???

woctezuma commented 1 year ago

Sorry, no, as I have not had the need for this feature.