obs-face-tracker icon indicating copy to clipboard operation
obs-face-tracker copied to clipboard

Improvement: Choice of face detection algorithm

Open norihiro opened this issue 3 years ago • 1 comments

I'd like to try and compare with another face detection like using OpenCV.

norihiro avatar Jun 23 '21 03:06 norihiro

There is a CNN based face detector available for dlib. It would be easier to implement since this plugin has already linked dlib. http://dlib.net/dnn_mmod_face_detection_ex.cpp.html

According to this page, CNN based is better for non-frontal face. https://towardsdatascience.com/cnn-based-face-detector-from-dlib-c3696195e01c

norihiro avatar Dec 07 '21 15:12 norihiro