neha01 / FaceRecognition

Face Recognition using OpenCV in Python
161 stars 146 forks source link

Opencv version #1

Open Prashant-Singh-Negi opened 5 years ago

Prashant-Singh-Negi commented 5 years ago

Which version of opencv should I install ???

neha01 commented 5 years ago

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.

Prashant-Singh-Negi commented 5 years ago

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, notifications@github.com 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 https://github.com/neha01/FaceRecognition/issues/1#issuecomment-474188316, or mute the thread https://github.com/notifications/unsubscribe-auth/AtgFllGgZ1sc1VuUVg_QLSS_95BYLsvyks5vYF69gaJpZM4b6YZG .

neha01 commented 5 years ago

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

Prashant-Singh-Negi commented 5 years ago

Okay thank you. I will try it soon.

On Fri, 22 Mar 2019, 17:18 Neha Yadav, notifications@github.com 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 https://github.com/neha01/FaceRecognition/issues/1#issuecomment-475591114, or mute the thread https://github.com/notifications/unsubscribe-auth/AtgFlmyiUFsiCr3Tbl1DP4qfpzxiN63iks5vZMMKgaJpZM4b6YZG .