amirbar / DETReg

Official implementation of the CVPR 2022 paper "DETReg: Unsupervised Pretraining with Region Priors for Object Detection".
https://amirbar.net/detreg
Apache License 2.0
334 stars 46 forks source link

ModuleNotFoundError: No module named 'MultiScaleDeformableAttention' #33

Closed balurnair closed 2 years ago

balurnair commented 2 years ago

Hi,

I'm getting this error when trying to run the Demo notebook on Colab. Any idea why? Thanks

Edit: I got this working on my local GPU by following the 'Compiling CUDA operators' instructions. But how do you do the same on Colab? Any help is appreciated. Thanks

image

balurnair commented 2 years ago

Got the error resolved

abhinav3 commented 1 year ago

How did you resolve the issue with the colab error. I'm also getting same error.

emmanuel-nwogu commented 1 year ago

@balurnair Hi, I'm having the same error in Colab. Please, how did you resolve? The 'Compiling CUDA operators' instructions don't help :(