fudan-zvg / DeepInteraction

[NeurIPS 2022] DeepInteraction: 3D Object Detection via Modality Interaction
MIT License
221 stars 16 forks source link

ImportError of localattention.so #8

Closed yinjunbo closed 2 years ago

yinjunbo commented 2 years ago

ImportError: /mnt/data/DeepInteraction/projects/mmdet3d_plugin/models/utils/ops/locatt_ops/localattention.so: cannot open shared object file: No such file or directory Thanks for your nice work. Where is the code for compiling these ops?

Alexander0Yang commented 2 years ago

Hi @yinjunbo. Thanks for your interest. The code for compiling can be found in projects/mmdet3d_plugin/models/utils/ops/locatt_ops. Please refer to https://github.com/fudan-zvg/DeepInteraction/blob/main/projects/mmdet3d_plugin/models/utils/ops/locatt_ops/__init__.py#L13-15 where the path is specified.

SISTMrL commented 1 year ago

Hi @yinjunbo. Thanks for your interest. The code for compiling can be found in projects/mmdet3d_plugin/models/utils/ops/locatt_ops. Please refer to https://github.com/fudan-zvg/DeepInteraction/blob/main/projects/mmdet3d_plugin/models/utils/ops/locatt_ops/__init__.py#L13-15 where the path is specified.

hello, when i run the code to compile the locationattn.so, the error i encountered is shown as below. But the installtion of detectron2 needs the gcc version that gcc > 5.4, how did you solve this?

image