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.