BIT-DA / O2net

12 stars 0 forks source link

Not able to import MultiScaleDeformableAttention #5

Open sarkarsayantan opened 1 year ago

sarkarsayantan commented 1 year ago

Hi , I recently cloned the O2net repo and setup the env, but while trying to build the model I am facing an issue with "ModuleNotFoundError: No module named 'MultiScaleDeformableAttention'" . Can you please help ho to bypass this issue ?

sarkarsayantan commented 1 year ago

any updates on this issue please ? this is leaving the repo unusable as the build model function itself is not working due to the issue

kxgong commented 1 year ago

Hello, THANKS for your attention.

MultiScaleDeformableAttention is a cuda module of deformable-detr. The repo of deformable-detr introduced how to install MultiScaleDeformableAttention. (https://github.com/fundamentalvision/Deformable-DETR)