IDEA-Research / DINO

[ICLR 2023] Official implementation of the paper "DINO: DETR with Improved DeNoising Anchor Boxes for End-to-End Object Detection"
Apache License 2.0
2.15k stars 232 forks source link

error in ms_deformable_im2col_cuda: no kernel image is available for execution on the device #131

Open wulele2 opened 1 year ago

wulele2 commented 1 year ago

I compiled the operator, but the following error occurred during evaluation 4-scale-r50. Pytorch = 1.9.0. Looking forward to your reply.

SlongLiu commented 1 year ago

Please check if the deformable attention operation is correctly installed. See the installation https://github.com/IDEA-Research/DINO#installation, which has a test code to check.