fundamentalvision / Deformable-DETR

Deformable DETR: Deformable Transformers for End-to-End Object Detection.
Apache License 2.0
3.14k stars 513 forks source link

I have successfully installed groundingdino and can run through the code using 3090, but an error will be reported when using A100 or V100. #210

Closed zdxff closed 9 months ago

zdxff commented 1 year ago

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

bio-mlhui commented 1 year ago

same issue on A800

bio-mlhui commented 1 year ago

same issue on A800

Rebuilding is not just re-running sh ./make.sh. I tried pip uninstall MultiScaleDeformableAttention and rebuild, then the error disappear.

zdxff commented 11 months ago

thank you, my path is wrong. After I modify my cuda path, it can run.

Geo99pro commented 9 months ago

This may help : https://github.com/fundamentalvision/Deformable-DETR/issues/88#issuecomment-1825923432

zdxff commented 9 months ago

This may help : #88 (comment)

Thanks

ysysys666 commented 8 months ago

@zdxff could you please tell me what mean "cuda path is wrong"? I have the same problem. thank you very much