theFoxofSky / ddfnet

The official implementation of the CVPR2021 paper: Decoupled Dynamic Filter Networks
MIT License
212 stars 34 forks source link

Import Error #7

Open Fateeeeee opened 3 years ago

Fateeeeee commented 3 years ago

from . import ddf_mul_ext, ddf_mul_faster_ext, ddf_add_ext, ddf_add_faster_ext ImportError: /home/user/Desktop/xx/DDF/ddf/ddf_mul_ext.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZNSt15__exception_ptr13exception_ptr9_M_addrefEv

theFoxofSky commented 3 years ago

Could you please tell me your CUDA version, nvcc version, and GPU type?

Fateeeeee commented 3 years ago

Could you please tell me your CUDA version, nvcc version, and GPU type? CUDA:11.3 nvcc:11.3.58 GPU GTX 2070

theFoxofSky commented 3 years ago

Oh, I am not sure whether my code supports CUDA 11 or not. So, I recommend using CUDA 10.1 in README