我知道问题出在图片上,但无法找出问题所在,我尝试缩小图像大小仍然无法正常工作
这是完整的代码
(-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还是比较陌生,所以请不要退缩甚至是最基本的东西