Closed berrg closed 6 years ago
Is it possible to change the detection model to the faster Hog model in dlib?
In need a faster detection and is willing to scarifies some of the accuracy. See also this post which compares different models. https://www.learnopencv.com/face-detection-opencv-dlib-and-deep-learning-c-python/
Do you have an example for using dnn in opencv?
The hog face detector is also available:
const detector = new fr.FrontalFaceDetector()
Thanks for your your help. This did increase the speed :-)
Is it possible to change the detection model to the faster Hog model in dlib?
In need a faster detection and is willing to scarifies some of the accuracy. See also this post which compares different models. https://www.learnopencv.com/face-detection-opencv-dlib-and-deep-learning-c-python/
Do you have an example for using dnn in opencv?