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.19k stars 243 forks source link

MSDeformableBoxAttention #179

Open bai-24 opened 1 year ago

bai-24 commented 1 year ago

hello,where is the class MSDeformableBoxAttention in deformable_transformer.py?

HaoZhang534 commented 1 year ago

You should follow the instructions in README to install MSDeformableBoxAttention.

bai-24 commented 1 year ago

I can't find it. Can you provide the specific location?

HaoZhang534 commented 1 year ago

cd models/dino/ops python setup.py build install

wh1sperC commented 3 weeks ago

cd models/dino/ops python setup.py build install

Hello, I have checked your code in ops, but I cannot find any keyword named “MSDeformableBoxAttention”, just only “MSDeformableAttention”. Could you please provide the location of keyword of the former one?