ZhangGongjie / Meta-DETR

[T-PAMI 2022] Meta-DETR for Few-Shot Object Detection: Official PyTorch Implementation
MIT License
388 stars 84 forks source link

No module named 'MultiScaleDeformableAttention' #61

Open WenmuZhou opened 1 year ago

WenmuZhou commented 1 year ago

Executing the following code reported an error

# compile CUDA operators of Deformable Attention
cd Meta-DETR
cd ./models/ops
sh ./make.sh
python test.py  # unit test (should see all checking is True)

image

my environment is torch: 1.8.1 gcc: 8.2.0

ZhangGongjie commented 1 year ago

This is due to the deformble attention not correctly installed.

Would you please provide more information?

DRRNO commented 1 year ago

Have you solved the problem

liu15509348793 commented 4 months ago

Have you solved the problem

Have you solved the problem