I am facing some attribute error while running face recognizing the code. My face detects code run perfectly.But while I try to run the face recognizing code it shows some a
You need to install opencv-contrib
pip install opencv-contrib-python
It should work after that.