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

Face based attendance system using python and OpenCV
375 stars 151 forks source link

AttributeError: module 'cv2' has no attribute 'faces' #9

Open sssongchelinyi opened 2 years ago

sssongchelinyi commented 2 years ago

It says AttributeError: module 'cv2' has no attribute 'faces'" when I click "Train Image".

ThetHtet-San commented 10 months ago

you need to install opencv-contrib python package and I solve this error like this.

usamaramzan27 commented 8 months ago

pip install opencv-contrib ERROR: Could not find a version that satisfies the requirement opencv-contrib (from versions: none) ERROR: No matching distribution found for opencv-contrib (venv) PS E:\uni record\7th Semester\FYP_1\gitHub_Help_code\Attendance-Management-system-using-face-recognition>

Arockiamari commented 8 months ago

I finished this project 5 months before... It's work well😇

On Tue, 28 Nov, 2023, 11:50 am Usama Ramzan, @.***> wrote:

pip install opencv-contrib ERROR: Could not find a version that satisfies the requirement opencv-contrib (from versions: none) ERROR: No matching distribution found for opencv-contrib (venv) PS E:\uni record\7th Semester\FYP_1\gitHub_Help_code\Attendance-Management-system-using-face-recognition>

— Reply to this email directly, view it on GitHub https://github.com/Patelrahul4884/Attendance-Management-system-using-face-recognition/issues/9#issuecomment-1829189178, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6E2YWOEIR5LRNEVIBE5YPDYGV7CHAVCNFSM5WVV4ML2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBSHEYTQOJRG44A . You are receiving this because you are subscribed to this thread.Message ID: <Patelrahul4884/Attendance-Management-system-using-face-recognition/issues/9/1829189178 @github.com>

usamaramzan27 commented 8 months ago

can you please share your code file

saicherry93479 commented 3 months ago

anyone got solution for this? I already had opencv-contrib ..