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
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 !!!!
The text was updated successfully, but these errors were encountered:
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 !!!!
The text was updated successfully, but these errors were encountered: