xingyizhou / CenterNet

Object detection, 3D detection, and pose estimation using center point detection:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error regarding CUDA in step 5-"Compile deformable convolutional (from DCNv2)."

Prajwal-Gupta opened this issue · comments

after running ./make.sh, I am getting errors as follows-

Traceback (most recent call last):
  File "build.py", line 21, in <module>
    raise ValueError('CUDA is not available')
ValueError: CUDA is not available
Traceback (most recent call last):
  File "build_double.py", line 21, in <module>
    raise ValueError('CUDA is not available')
ValueError: CUDA is not available

any solution for this?