BraveGroup / FullySparseFusion

Fully Sparse Fusion for 3D Object Detection
MIT License
83 stars 4 forks source link

ModuleNotFoundError: No module named 'dynamic_point_pool_ext' #3

Open Baymax1520301 opened 4 months ago

Baymax1520301 commented 4 months ago

Traceback (most recent call last): File "./tools/test.py", line 248, in main() File "./tools/test.py", line 140, in main plg_lib = importlib.import_module(_module_path) File "/home/bjw/miniconda3/envs/FSF/lib/python3.8/importlib/init.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 975, in _find_and_load_unlocked File "", line 671, in _load_unlocked File "", line 843, in exec_module File "", line 219, in _call_with_frames_removed File "/home/bjw/workspace/FullySparseFusion/projects/mmdet3d_plugin/init.py", line 8, in from .models.backbones import * File "/home/bjw/workspace/FullySparseFusion/projects/mmdet3d_plugin/models/backbones/init.py", line 1, in from .sir import SIR File "/home/bjw/workspace/FullySparseFusion/projects/mmdet3d_plugin/models/backbones/sir.py", line 7, in from projects.mmdet3d_plugin.ops import scatter_v2 File "/home/bjw/workspace/FullySparseFusion/projects/mmdet3d_plugin/ops/init.py", line 1, in from .dynamic_point_pool_op import dynamic_point_pool File "/home/bjw/workspace/FullySparseFusion/projects/mmdet3d_plugin/ops/dynamic_point_pool_op.py", line 6, in import dynamic_point_pool_ext ModuleNotFoundError: No module named 'dynamic_point_pool_ext'

liyingyanUCAS commented 4 months ago

Thank you for your attention, we will update a detailed installation guide within two weeks. Stay tuned!

Baymax1520301 commented 4 months ago

好的,谢谢

liyingyanUCAS commented 4 months ago

Hi, I have updated the installation guide, if you have further issues with the installation, you can send e-mails to me: liyingyan2021@ia.ac.cn

Baymax1520301 commented 4 months ago

Hi, I have updated the installation guide, if you have further issues with the installation, you can send e-mails to me: [liyingyan2021@ia.ac.cn](mailto:liyingyan2021@ia.ac.cn

Thank you for your help. I will try later.