KhomZ / Facial-Recognition-Based-Student-Attendance-System

Face recognition-based attendance system is a process of recognizing the faces of the students while taking attendance by using face bio-metrics based on high – definition monitor video and other information technology. In this face recognition project, a computer system will be able to find and recognize human faces quickly and precisely in images or videos that are being captured through a webcam / a surveillance camera.
30 stars 15 forks source link

Exception in Tkinter callback Traceback (most recent call last): img=recognize(img,clf,faceCascade) , in recognize coord=draw_boundray(img,faceCascade,1.1,10,(255,25,255),"Face",clf) , iTypeError: mark_attendance() takes 4 positional arguments but 5 were given [ WARN:1] #6

Open KhomZ opened 2 years ago

KhomZ commented 2 years ago

Exception in Tkinter callback Traceback (most recent call last): img=recognize(img,clf,faceCascade) File "c:\Users\ACER\Desktop\myProj\Facial-Recognition-Based-Student-Attendance-System\face_recognition.py", line 179, in recognize
coord=draw_boundray(img,faceCascade,1.1,10,(255,25,255),"Face",clf) File "c:\Users\ACER\Desktop\myProj\Facial-Recognition-Based-Student-Attendance-System\face_recognition.py", line 167, in draw_boundray
self.mark_attendance(i,r,n,d) TypeError: mark_attendance() takes 4 positional arguments but 5 were given [ WARN:1] global C:\Users\runneradmin\AppData\Local\Temp\pip-req-build-1i5nllza\opencv\modules\videoio\src\cap_msmf.cpp (438) `anonymous-namespace'::SourceReaderCB::~SourceReaderCB terminating async callback

KhomZ commented 2 years ago

Exception in Tkinter callback Traceback (most recent call last): File "C:\Python39\lib\tkinter__init.py", line 1892, in call__ return self.func(*args) img=recognize(img,clf,faceCascade) File "c:\Users\ACER\Desktop\myProj\Facial-Recognition-Based-Student-Attendance-System\face_recognition.py", line 179, in recognize coord=draw_boundray(img,faceCascade,1.1,10,(255,25,255),"Face",clf) File "c:\Users\ACER\Desktop\myProj\Facial-Recognition-Based-Student-Attendance-System\face_recognition.py", line 167, in draw_boundray self.mark_attendance(self,i,r,n,d) TypeError: mark_attendance() takes 5 positional arguments but 6 were given [ WARN:0] global C:\Users\runneradmin\AppData\Local\Temp\pip-req-build-1i5nllza\opencv\modules\videoio\src\cap_msmf.cpp (438) `anonymous-namespace'::SourceReaderCB::~SourceReaderCB terminating async callback

KhomZ commented 2 years ago

@KhomZ