Smart-Attendance-System
Smart-Attendance-System copied to clipboard
Attendance csv is empty
This is after pressing q for recoginse & attendance
Hey @usama7628674, can you please try printing some of the variables inside the recognize_attendance function? By doing that we can check if the faces are actually getting captured by your camera or not.
This is a reference for you to get familiar with the main library we are using for this function.
I've tried printing attendance
variable and this is what I get
Let me know what variables you want me to print
Face is detecting fine with confidence level around 20%. The bounding rectangle is also there with my id
and name
.
Also it is giving false results as well. I've trained it on my face and my brother's face. I brought third person and it is detecting that unknown person as my face and putting my name and id above rectangle.
Hey, it's eventually a Machine Learning based model. The more trained it is, the better result it gives. Try debugging the issue if possible, I'll look into it too ASAP.
The model is trained on around 102 images. How many images do you think would be enough to minimize false detections?