Quote:
Originally Posted by 2MuchMark
Try using Dlib’s face detector, MTCNN, or deep learning-based models such as OpenCV’s DNN module with pre-trained models (e.g., ResNet-based face detectors). Check scaleFactor and minNeighbors settings.
|
Yea, I have read about Dlib. I want to use on my laptop. You think it will run with real time video.
Thanks for all responses so far.