fundamentalvision / Deformable-DETR

Deformable DETR: Deformable Transformers for End-to-End Object Detection.
Apache License 2.0
3.14k stars 513 forks source link

CUDA Compile Operators #193

Open kapilrs2 opened 1 year ago

kapilrs2 commented 1 year ago

Upon trying the below lines, the system throws error. I followed the same sequence as mentioned in the repository. Can someone help me figure out why I am unable to execute below error despite having the right GCC and CUDA?

cd ./models/ops sh ./make.sh

unit test (should see all checking is True)

python test.py

Chenxu-666 commented 1 year ago

When I run sh,/make.sh command, I met with "NotImplementedError: Cuda is not availabel". Then I create a new conda environment and run a series of commands of this github. But it does not work. Have you solved this problem?