An interactive book on deep learning. Much easy, so MXNet. Wow. [Straight Dope is growing up] ---> Much of this content has been incorporated into the new Dive into Deep Learning Book available at https://d2l.ai/.
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'
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'