I try to make face recognition using opencv. But iam facing some attribute error. I also installed pip install opencv-contrib-python library and reinstalled python.org software but still facing that error
Asked
Active
Viewed 2,099 times
-2
-
Possible duplicate: https://stackoverflow.com/q/44633378/8878627 – S P Sharan Jan 01 '22 at 13:09
-
`opencv-python` conflicts with `opencv-contrib-python`. install **exactly one**. – Christoph Rackwitz Jan 01 '22 at 14:09
1 Answers
1
I fix this problem with using this commands.
pip uninstall opencv-contrib-python
pip install opencv-contrib-python==4.4.0.46

Abdullah
- 65
- 1
- 9