pretrained model for gaze / frontal face detection for cv::dnn?

asked 2019-12-20 12:03:03 -0600

B. Bogart gravatar image

Hello all,

I'm very happy with the performance and accuracy of the cv:dnn using the pretrained model included in the samples (res10_300x300_ssd_iter_140000.caffemodel), but it also detects face profiles and I would like to only detect frontal faces (similar to the haar classifier, which I found not to perform well at all).

Can anyone suggest a cv::dnn compatible pretrained model for only frontal faces?

Thank you, B.

edit retag flag offensive close merge delete