Marauders-9998 / Attendance-Management-using-Face-Recognition

A Desktop App made in Python to handle tasks related to Attendance Management of an Institute
GNU General Public License v3.0
31 stars 29 forks source link

A person not among any student in the class mis-recognized #2

Open Vibhu-Agarwal opened 6 years ago

Vibhu-Agarwal commented 6 years ago

A person who is not in the list of students of that particular class is still recognized as one of the students of the class and is able to mark attendance for that student.

Vibhu-Agarwal commented 6 years ago

Possible solution: Test the accuracy of the algorithm for different students and people. Reject the face which is not accurately recognized up to a certain accuracy. That person should have a max. of two tries in total to mark his/her attendance.