Patelrahul4884 / Attendance-Management-system-using-face-recognition

Face based attendance system using python and OpenCV
401 stars 163 forks source link

Model #5

Open Alan-144 opened 2 years ago

Alan-144 commented 2 years ago

Which model you have used? CNN?

Patelrahul4884 commented 2 years ago

No, I have used haarcascade_frontalface Haar Cascade classifiers are an effective way for object detection. This method was proposed by Paul Viola and Michael Jones in their paper Rapid Object Detection using a Boosted Cascade of Simple Features .Haar Cascade is a machine learning-based approach where a lot of positive and negative images are used to train the classifier.

Alan-144 commented 2 years ago

Nice. Do u have base paper of this project?