JavaShuo
栏目
标签
错误修改方法:AttributeError: module 'cv2.face' has no attribute 'createLBPHFaceRecognizer'
时间 2019-12-04
标签
错误
修改
方法
attributeerror
module
cv2.face
face
attribute
createlbphfacerecognizer
繁體版
原文
原文链接
其实,在python3中,cv2.face.createLBPHFaceRecognizer()方法已经修改为为: recognizer = cv2.face.LBPHFaceRecognizer_create(),修改后就没问题了。
>>阅读原文<<
相关文章
1.
AttributeError: module cv2.face has no attribute 'createEigenFaceRecognizer'
2.
AttributeError: module 'cv2' has no attribute 'CV_HAAR_SCALE_IMAGE'
3.
Python3 AttributeError: module 'cv2' has no attribute 'KNearest'
4.
错误:AttributeError: module 'enum' has no attribute 'IntFlag'
5.
Python 错误 AttributeError: module 'pip' has no attribute 'main'
6.
AttributeError: 'module' object has no attribute 'VideoWriter_fourcc'
7.
AttributeError: 'module' object has no attribute '_handlerList' 错误解决方法
8.
【问题解决】module 'cv2.cv2' has no attribute 'face'
9.
AttributeError: module 'tf.nn.seq2seq.model_with_buckets' has no attribute 'seq2seq'
10.
AttributeError: module ‘tensorflow‘ has no attribute ‘sparse_tensor_dense_matmul‘
更多相关文章...
•
错误处理
-
RUST 教程
•
PHP PDO 错误与错误处理
-
PHP参考手册
•
SpringBoot中properties文件不能自动提示解决方法
•
Git可视化极简易教程 — Git GUI使用方法
相关标签/搜索
cv2.face
改正错误
attributeerror
createlbphfacerecognizer
attribute
暂完,待修改错误
错误
改错
修改
face
PHP教程
MySQL教程
NoSQL教程
算法
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
.Net core webapi2.1生成exe可执行文件
2.
查看dll信息工具-oleview
3.
c++初学者
4.
VM下载及安装
5.
win10下如何安装.NetFrame框架
6.
WIN10 安装
7.
JAVA的环境配置
8.
idea全局配置maven
9.
vue项目启动
10.
SVN使用-Can't remove directoryXXXX,目录不是空的,项目报错,有红叉
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
AttributeError: module cv2.face has no attribute 'createEigenFaceRecognizer'
2.
AttributeError: module 'cv2' has no attribute 'CV_HAAR_SCALE_IMAGE'
3.
Python3 AttributeError: module 'cv2' has no attribute 'KNearest'
4.
错误:AttributeError: module 'enum' has no attribute 'IntFlag'
5.
Python 错误 AttributeError: module 'pip' has no attribute 'main'
6.
AttributeError: 'module' object has no attribute 'VideoWriter_fourcc'
7.
AttributeError: 'module' object has no attribute '_handlerList' 错误解决方法
8.
【问题解决】module 'cv2.cv2' has no attribute 'face'
9.
AttributeError: module 'tf.nn.seq2seq.model_with_buckets' has no attribute 'seq2seq'
10.
AttributeError: module ‘tensorflow‘ has no attribute ‘sparse_tensor_dense_matmul‘
>>更多相关文章<<