AttributeError: module 'cv2' has no attribute 'face' facing this error after installing opencv-contrib-python

Viewed 21

I have installed python, opencv and all the things.

pip install opencv-contrib-python

But still it's showing error when i run the program.enter image description here

0 Answers
Related