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

it get errors when i test #24

Open
chen1234520 opened this issue Jan 13, 2020 · 1 comment
Open

it get errors when i test #24

chen1234520 opened this issue Jan 13, 2020 · 1 comment

Comments

@chen1234520
Copy link

File "/home/nfs/admin0/chenguang/project/RepPoints/mmdetection/build/lib.linux-x86_64-3.7/mmdet/ops/dcn/deform_conv.py", line 55, in forward
cur_im2col_step)
RuntimeError: input image is smaller than kernel (shape_check at mmdet/ops/dcn/src/deform_conv_cuda.cpp:127)

deform_conv_cuda.cpp:127
AT_CHECK((inputHeight >= kH && inputWidth >= kW),
"input image is smaller than kernel");

Thanks for help me !!!!

@muditchaudhary
Copy link

I had a similar error while training for some specific images:

RuntimeError: input image is smaller than kernel (shape_check at mmdet/ops/dcn/src/deform_conv_cuda.cpp:127)

This might help you: open-mmlab/mmdetection#1453
The explanation is given here: open-mmlab/mmdetection#1453 (comment)

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