Attendance-Management-system-using-face-recognition
Attendance-Management-system-using-face-recognition copied to clipboard
Model
Which model you have used? CNN?
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.
Nice. Do u have base paper of this project?