cv2.face AttributeError: 'module' object has no attribute 'face' 问题解决

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/u014159143/article/details/81084349

cv2.face AttributeError: 'module' object has no attribute 'face' 

问题分析:

主要原因是OpenCV的扩展模块Opencv_contrib没有找到的原因。

解决方法:

pip install opencv_contrib_python 

猜你喜欢

转载自blog.csdn.net/u014159143/article/details/81084349