ViT-Adapter
ViT-Adapter copied to clipboard
import ops.modules.MSDeformAttn
I have some trouble about MSDeformAttn when from ops.modules import MSDeformAttn, i can't find this correct module
Hi, you should compile the MSDeformAttn operator before running.
ln -s ../detection/ops ./
cd ops & sh make.sh # compile deformable attention