You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I was trying to implement object detection using SSD, in the tutorial of basic implementation of object detection using pikachu dataset i was facing an error when i was trying to prepare the test data i was getting an error at line image = cv2.resize(image, (data_shape, data_shape))
and the error was
error: OpenCV(4.1.2) /io/opencv/modules/imgproc/src/resize.cpp:3720: error: (-215:Assertion failed) !ssize.empty() in function 'resize'
The text was updated successfully, but these errors were encountered:
Hi
I was trying to implement object detection using SSD, in the tutorial of basic implementation of object detection using pikachu dataset i was facing an error when i was trying to prepare the test data i was getting an error at line image = cv2.resize(image, (data_shape, data_shape))
and the error was
error: OpenCV(4.1.2) /io/opencv/modules/imgproc/src/resize.cpp:3720: error: (-215:Assertion failed) !ssize.empty() in function 'resize'
The text was updated successfully, but these errors were encountered: