Assertion failed Error while running
I am getting following error, any suggestions
File "evaluation.py", line 80, in
cv2.error: OpenCV(3.4.2) /io/opencv/modules/imgproc/src/resize.cpp:4044: error: (-215:Assertion failed) !ssize.empty() in function 'resize'
solved the issue.
solved the issue.
How did you solve this issue? I faced with the same problem
code_path = 'C:/Users/.../TF-DeepHand/' data_path = 'C:/Users/.../TF-DeepHand/input/' Make sure to download images and put image folder (i.e. "final_phoenix_noPause_noCompound_lefthandtag_noClean" ) inside \TF-DeepHand\input\images That will work.