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
CodePudding user response:
I fix this problem with using this commands.
pip uninstall opencv-contrib-python
pip install opencv-contrib-python==4.4.0.46