zzangjinsun / NLSPN_ECCV20

Park et al., Non-Local Spatial Propagation Network for Depth Completion, ECCV, 2020
MIT License
321 stars 57 forks source link

can I compile DCN using cuda version later than 10.2 #53

Closed scutzetao closed 1 year ago

scutzetao commented 1 year ago

Hi I tried to compile the project with a cuda version 11.0 and get an error " File "/home/ztchen/Projects/NLSPN_ECCV20/src/model/modulated_deform_conv_func.py", line 13, in import DCN ImportError: libcudart.so.10.2: cannot open shared object file: No such file or directory"

Is the DCN compilation tied to cuda10.2?

Thanks

zzangjinsun commented 1 year ago

Hi. From my experience, the DCN compilation works with CUDA 11.3