gocv icon indicating copy to clipboard operation
gocv copied to clipboard

Implement FaceDetectorYN class in gocv

Open SakthiMahendran opened this issue 1 year ago • 0 comments

"FaceDetectorYN" is very powerful face detection class that is used to detect faces using "YuNet" algorithm (CNN). It is faster and more accurate than "Harcascade" algorithm. So it is a great advantage to implement such an class in gocv And also can any one describe that how can I use this with gocv.ReadNet(), is it even possible ?

Thanks in advance 🙂.

SakthiMahendran avatar Feb 23 '23 01:02 SakthiMahendran