CVMI-Lab / PAConv

(CVPR 2021) PAConv: Position Adaptive Convolution with Dynamic Kernel Assembling on Point Clouds
Apache License 2.0
287 stars 40 forks source link

train error #45

Open LiangYong1216 opened 1 year ago

LiangYong1216 commented 1 year ago

hi ,tanaks for your excelent work! When i run the program for the first time,the error occured: ImportError: No module named 'gpconv_cuda' what should i do? looking forward to hearling from you!

hanglupan commented 1 year ago

Download the Ninja package first, and then when running the main.py file in Python, a build. Ninja file will appear. Enter the ninja command in the directory where the file is located, and if the compilation is successful, the gpconv_cuda.so file will appear.