zackchase / mxnet-the-straight-dope

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/.
https://d2l.ai/
Apache License 2.0
2.56k stars 724 forks source link

Object Detection Using Convolutional Neural Networks - SSD #570

Open baireddy417 opened 4 years ago

baireddy417 commented 4 years ago

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'

ChaiBapchya commented 4 years ago

Hey @baireddy417 mxnet-the-straight-dope repo has been deprecated as mentioned in this repo's README.md Refer : https://github.com/d2l-ai/d2l-en