错误:(-215:声明失败)使用LBPHFaceRecognizer在函数'cv :: setSize'中s> = 0

时间:2018-12-19 14:32:43

标签: python opencv face-recognition

我知道问题出在图片上,但无法找出问题所在,我尝试缩小图像大小仍然无法正常工作

这是完整的代码

(-215:Assertion failed) s >= 0 in function 'cv::setSize'

当我尝试预测test3.1图像对test2.1有用时,出现此错误:test_img1 = cv2.imread("A:/project_face_detection/face_detetion/test_data/test3.1.jpg") test_img2 = cv2.imread("A:/project_face_detection/face_detetion/test_data/test2.1.jpg") predicted_img1 = predict(test_img1) predicted_img2 = predict(test_img2)

id

感谢您对它的了解我对openCV还是比较陌生,所以请不要退缩甚至是最基本的东西

0 个答案:

没有答案