using python u can detect faces using the haarcascade and open cv
so what is haar cascade
they are simple xml files that u can download from the site and make use of the functionalities.
u can download from this link it is pretty easy.
https://github.com/opencv/opencv/tree/master/data/haarcascades
so what are the things u need ,open cv thats it.
download the haarcascade_frontalface_default.xml for detecting faces .
similar fashion u can download haarcascade_eye.xml to detect eyes in faces.
The idea was implemented by this guy ,please check out this link
https://www.youtube.com/results?search_query=codingentrepreneurs
he has done a face detection and training module using open cv.
enjoy py.
so what is haar cascade
they are simple xml files that u can download from the site and make use of the functionalities.
u can download from this link it is pretty easy.
https://github.com/opencv/opencv/tree/master/data/haarcascades
so what are the things u need ,open cv thats it.
download the haarcascade_frontalface_default.xml for detecting faces .
similar fashion u can download haarcascade_eye.xml to detect eyes in faces.
The idea was implemented by this guy ,please check out this link
https://www.youtube.com/results?search_query=codingentrepreneurs
he has done a face detection and training module using open cv.
enjoy py.
Comments
Post a Comment