Attendance-Management-system-using-face-recognition icon indicating copy to clipboard operation
Attendance-Management-system-using-face-recognition copied to clipboard

Face based attendance system using python and OpenCV

Results 28 Attendance-Management-system-using-face-recognition issues
Sort by recently updated
recently updated
newest added

Exception in Tkinter callback Traceback (most recent call last): File "C:\Program Files\Python311\Lib\tkinter\__init__.py", line 1948, in __call__ return self.func(*args) ^^^^^^^^^^^^^^^^ File "F:\Project\Attendance-Management-system-using-face-recognition-master\attendance.py", line 268, in train_image trainImage.TrainImage( File "F:\Project\Attendance-Management-system-using-face-recognition-master\trainImage.py", line 12,...

requirement.txt should be correctly named

pip install -r requirements.txt Collecting numpy==1.16.1 (from -r requirements.txt (line 1)) Using cached numpy-1.16.1.zip (5.1 MB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata...

Exception in Tkinter callback Traceback (most recent call last): File "C:\Users\NAME\AppData\Local\Programs\Python\Python311\Lib\tkinter\__init__.py", line 1948, in __call__ return self.func(*args) ^^^^^^^^^^^^^^^^ File "c:\Users\NAME\Documents\FACE-DETECTION-RECOGNITION\automaticAttedance.py", line 226, in Attf os.startfile( FileNotFoundError: [WinError 2] The system...

"C:\\Users\\Dharmendra\\Desktop\\Attendance-Management-system-using-face-recognition-master\\Attendance\\{sub}" please resolve it . there is no Attendace folder and you have mention this path in showattendace.py and also in other file please solve it

I have set all the path configurations . I have done to take images of myself and the software would keep it in the 'TrainingImage' Folder . Inside of the...

In show attendance.py line 22 ,in calculate attendance newdf=df[0] ....showing list index out of range

Warning (from warnings module): File "C:\Python311\Attendance-Management-system-using-face-recognition-master\attendance.py", line 94 logo = logo.resize((50, 47),Image.ANTIALIAS) DeprecationWarning: ANTIALIAS is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.LANCZOS instead. Exception in Tkinter...