赞
踩
model = cv2.face.EigenFaceRecognizer_create()
在做人脸识别的时候报错
module 'cv2.cv2' has no attribute 'face'
试了好几个,木有解决
看版本号也是对应的。。
最终,全部卸载,再安装一次就可以了,这是什么毛病。。。。
pip uninstall opencv-contrib-python
pip uninstall opencv-python
pip install opencv-python
pip install opencv-contrib-python
再次运行,可以了。。。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。