TypeError: Expected cv::UMat for argument 'src'
Opened this issue · 0 comments
utkarsh1148 commented
Traceback (most recent call last):
File "D:\Computer Vision\pyANPD-master\pyANPD.py", line 152, in
o1 = process_image(path, 0, type='rect')
File "D:\Computer Vision\pyANPD-master\pyANPD.py", line 73, in process_image
gray = cv2.cvtColor(input_image, cv2.COLOR_BGR2GRAY)
TypeError: Expected cv::UMat for argument 'src'