cv2.error
Chucky000fff opened this issue · 0 comments
Chucky000fff commented
unfortunately I am getting this error in the last cell run. Do you have any advice? Thanks a lot!
Traceback (most recent call last):
File "main.py", line 72, in
image = cv2.resize(image, (config['output_w'], config['output_h']), interpolation=cv2.INTER_AREA)
cv2.error: OpenCV(4.2.0) /io/opencv/modules/imgproc/src/resize.cpp:3688: error: (-215:Assertion failed) !dsize.empty() in function 'resize'