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

error occured when following the Compiling CUDA operators step. #58

Closed ruizhaoz closed 2 years ago

ruizhaoz commented 2 years ago

Hello, when I try to run sh ./make.sh by following the Compiling CUDA operators it always show the error, Traceback (most recent call last): File "setup.py", line 69, in ext_modules=get_extensions(), File "setup.py", line 47, in get_extensions raise NotImplementedError('Cuda is not availabel') NotImplementedError: Cuda is not availabel

Any idea why this happens? Thanks!

ruizhaoz commented 2 years ago

Fixed it.

pablopalafox commented 2 years ago

Hey @ruizhaoz, what was the fix? Having similar issues