Note that there are some explanatory texts on larger screens.

plurals
  1. POPose independent face detection
    primarykey
    data
    text
    <p>I'm working on a project where I need to detect faces in very messy videos (recorded from an egocentric point of view, so you can imagine..). Faces can have angles of yaw that variate between -90 and +90, pitch with almost the same variation (well, a bit lower due to the human body constraints..) and possibly some roll variations too.</p> <p>I've spent a lot of time searching for some pose independent face detector. In my project I'm using OpenCV but OpenCV face detector is not even close to the detection rate I need. It has very good results on frontal faces but almost zero results on profile faces. Using haarcascade .xml files trained on profile images doesn't really help. Combining frontal and profile cascades yield slightly better results but still, not even close to what I need.</p> <p>Training my own haarcascade will be my very last resource since the huge computational (or time) requirements.</p> <p>By now, what I'm asking is any help or any advice regarding this matter. The requirements for a face detector I could use are:</p> <ul> <li><strong>very good detection rate</strong>. I don't mind a very high false positive rate since using some temporal consistency in my video I'll probably be able to get rid of the majority of them</li> <li><strong>written in c++</strong>, or that could work in a c++ application</li> </ul> <p>Real time is not an issue by now, detection rate is everything I care right now.</p> <p>I've seen many papers achieving these results but i couldn't find any code that I could use.</p> <p>I sincerely thank for any help that you'll be able to provide.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload