Mjrovai / OpenCV-Face-Recognition

Real-time face recognition project with OpenCV and Python
1.17k stars 1.02k forks source link

module 'cv2.cv2' has no attribute 'face' #24

Open K9Developer opened 3 years ago

K9Developer commented 3 years ago

I tried doing pip install OpenCV-contrib-python and it didn't work what should I do??

dhanvina commented 1 year ago

This worked for me, maybe u can give it a try.

  1. Download the integrated 'wheel' file containing both OpenCV and its Contrib files, which would be like 'opencv_python‑3.4.3+contrib‑cp36‑cp36m‑win_amd64.whl' which can be downloaded from here.

  2. Install using pip install (wheel filename)