本文主要是介绍AttributeError: module ‘cv2.face’ has no attribute ‘LBPHFaceRecognizer_create’,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
问题描述:
报错如下:
recognizer = cv2.face.LBPHFaceRecognizer_create()
AttributeError: module ‘cv2.face’ has no attribute ‘LBPHFaceRecognizer_create’
解决方案:
把opencv-python卸载了,然后安装opencv-contrib-python,我选择的是4.5.4.60,测试没问题
这篇关于AttributeError: module ‘cv2.face’ has no attribute ‘LBPHFaceRecognizer_create’的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!