Closed yinjunbo closed 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.
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?
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?