Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Object Detection Using Convolutional Neural Networks - SSD #570

Open
baireddy417 opened this issue Mar 18, 2020 · 1 comment
Open

Object Detection Using Convolutional Neural Networks - SSD #570

baireddy417 opened this issue Mar 18, 2020 · 1 comment

Comments

@baireddy417
Copy link

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
Copy link

ChaiBapchya commented May 26, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants