Patelrahul4884 / Attendance-Management-system-using-face-recognition

Face based attendance system using python and OpenCV
401 stars 163 forks source link

Errors #3

Open Umer009 opened 2 years ago

Umer009 commented 2 years ago

[ WARN:0] global D:\a\opencv-python\opencv-python\opencv\modules\videoio\src\cap_msmf.cpp (438) `anonymous-namespace'::SourceReaderCB::~SourceReaderCB terminating async callback Exception in Tkinter callback Traceback (most recent call last): File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.2800.0_x64qbz5n2kfra8p0\lib\tkinter\init.py", line 1892, in call__ return self.func(*args) File "C:\Users\Mirza Umar\Desktop\FYP-2022\AMSUFR\attendance.py", line 267, in train_image trainImage.TrainImage( File "C:\Users\Mirza Umar\Desktop\FYP-2022\AMSUFR\trainImage.py", line 12, in TrainImage recognizer = cv2.face.LBPHFaceRecognizer.create() AttributeError: module 'cv2' has no attribute 'face'

i've installed all the libraries and already set the new paths, please let me know what is the issue here. I'm facing these issues once i try to train the image.

Patelrahul4884 commented 2 years ago

try installing the library

pip install opencv-contrib-python

Umer009 commented 2 years ago

Requirement already satisfied: opencv-contrib-python in c:\users\mirza umar\appdata\local\packages\pythonsoftwarefoundation.python.3.7_qbz5n2kfra8p0\localcache\local- packages\python37\site-packages (4.2.0.34) Requirement already satisfied: numpy>=1.14.5 in c:\users\mirza umar\appdata\local\packages\pythonsoftwarefoundation.python.3.7_qbz5n2kfra8p0\localcache\local-packages \python37\site-packages (from opencv-contrib-python) (1.16.1)

I've already tried this.

Umer009 commented 2 years ago

What else should I do??