tianzhi0549 / FCOS

FCOS: Fully Convolutional One-Stage Object Detection (ICCV'19)
https://arxiv.org/abs/1904.01355
Other
3.27k stars 630 forks source link

raise AssertionError("Torch not compiled with CUDA enabled") AssertionError: Torch not compiled with CUDA enabled #258

Open suven2019 opened 4 years ago

suven2019 commented 4 years ago

after build,run python demo/fcos_demo.py, i can see raise AssertionError("Torch not compiled with CUDA enabled") AssertionError: Torch not compiled with CUDA enabled ,can help me?

suven2019 commented 4 years ago

question2: ImportError:/FCOS/fcos_core/_C.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZN3c105ErrorC1ENS_14SourceLocationERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE

ww1993922 commented 4 years ago

I also met this problem, would you please solve it?