XuyangBai / TransFusion

[PyTorch] Official implementation of CVPR2022 paper "TransFusion: Robust LiDAR-Camera Fusion for 3D Object Detection with Transformers". https://arxiv.org/abs/2203.11496
Apache License 2.0
613 stars 76 forks source link

Compilation error #100

Closed 13331549708 closed 1 year ago

13331549708 commented 1 year ago

python setup.python develop Error reported during compilation Error content:1 error detected in the compilation of "mmdet3d/ops/voxel/src/scatter_points_cuda.cu". error: command '/usr/local/cuda-11.3/bin/nvcc' failed with exit status 1

Rennylex commented 1 year ago

Hi did you solve the problem? May I ask the version for each package you are using, thanks!

MSunDYY commented 8 months ago

replace line 272 in ops/voxel/src/scatter_points_cuda.cu with coors_map.indexput({coors_id_argsort}, coors_map_sorted);