ShiqiYu / libfacedetection

An open source library for face detection in images. The face detection speed can reach 1000FPS.
Other
12.27k stars 3.05k forks source link

Upside-down images #336

Open snolentinque opened 2 years ago

snolentinque commented 2 years ago

dotted_3 dotted_Right

Good morning. How can I implement processing of upside-down images? Looks like keypoints are the same, so I can't just check them and rotate image. Is there any tool or hint to work with that images?

Thank you.

fengyuentau commented 2 years ago

There is no upside-down face in traning data. So the landmarks are wrong.

Please rotate the image of the upside-down faces to the one like the second image before it is sent to the network.