-2

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

The code and output screen

1 Answers1

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