-
Notifications
You must be signed in to change notification settings - Fork 146
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
Opencv version #1
Comments
I have tested it on OpenCV 3.4.1. You can install the latest OpenCV 3 version(3.4.5).I will also test it on OpenCV 4 and update here. |
I have tested it on opencv version 4. There is an error after indexing. It
is saying that cv2.cv2 do not have face attribute. Can you help me in
fixing this error ???
…On Tue, 19 Mar 2019, 09:21 Neha Yadav, ***@***.***> wrote:
I have tested it on OpenCV 3.4.1. You can install the latest OpenCV 3
version(3.4.5).I will also test it on OpenCV 4 and update here.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AtgFllGgZ1sc1VuUVg_QLSS_95BYLsvyks5vYF69gaJpZM4b6YZG>
.
|
I looked at this and this script works perfectly on OpenCV 4 as well.Try installing opencv-contrib module via "pip install opencv-contrib-python" and then try. |
Okay thank you. I will try it soon.
…On Fri, 22 Mar 2019, 17:18 Neha Yadav, ***@***.***> wrote:
I looked at this and this script works perfectly on OpenCV 4 as well.Try
installing opencv-contrib module via "pip install opencv-contrib-python"
and then try.
This may be helpful :
https://stackoverflow.com/questions/44633378/attributeerror-module-cv2-cv2-has-no-attribute-createlbphfacerecognizer
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AtgFlmyiUFsiCr3Tbl1DP4qfpzxiN63iks5vZMMKgaJpZM4b6YZG>
.
|
Which version of opencv should I install ???
The text was updated successfully, but these errors were encountered: