-
Notifications
You must be signed in to change notification settings - Fork 242
AttributeError: module 'cv2' has no attribute 'faces' #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
you need to install opencv-contrib python package and I solve this error like this. |
pip install opencv-contrib |
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
<#9 (comment)>,
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>
|
can you please share your code file |
anyone got solution for this? I already had opencv-contrib .. |
It says AttributeError: module 'cv2' has no attribute 'faces'" when I click "Train Image".
The text was updated successfully, but these errors were encountered: