Ask Your Question
0

Face detection looking down

asked 2017-04-25 08:00:20 -0600

marcosbontempo gravatar image

Hello,

Does anybody have an idea of how detect faces when the person is looking down? I already tested a lot of haar cascades but they only work when the person is looking straight to the camera.

Any tip will be very helpful, Thanks

edit retag flag offensive close merge delete

Comments

The new improved LBP cascade is already a bit more robust than the original cascades, but it still fails in some cases. If you really want a robust face detector in multiple circumstances, you will need something better than cascades, like a deep learning network. YOLO is both performant and acessible through C code.

StevenPuttemans gravatar imageStevenPuttemans ( 2017-05-31 04:10:50 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2017-05-30 11:16:44 -0600

VideoCurious gravatar image

I think you might have to create your own haar cascade classifier given the ones packaged with OpenCV are more frontal or profile and are not working for you.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-04-25 08:00:20 -0600

Seen: 306 times

Last updated: May 30 '17