fundamentalvision / Deformable-DETR

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

ModuleNotFoundError: No module named 'MultiScaleDeformableAttention' #157

Open Arkymeng opened 2 years ago

Arkymeng commented 2 years ago

Hi~ I have successfully run “sh ./make.sh”,and get the output. image But when I run "python test.py",I get an error as follow. image Why this error occurs?

Grasssgo commented 1 year ago

Whether the issue has been resolved?

Xjmengnieer commented 1 year ago

I have met the same question!!Whether the issue has been resolved?

J-rain-cloud commented 1 year ago

You should follow the ReadMe.md document, and compile the C++ cuda library. Possibly, it is only suitable for cuda9.2?

15812853258 commented 1 year ago

Whether the issue has been resolved?