Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'dynamic_point_pool_ext' #3

Open
Baymax1520301 opened this issue May 15, 2024 · 4 comments
Open

Comments

@Baymax1520301
Copy link

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
Copy link
Collaborator

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

@Baymax1520301
Copy link
Author

好的,谢谢

@liyingyanUCAS
Copy link
Collaborator

Hi, I have updated the installation guide, if you have further issues with the installation, you can send e-mails to me: [email protected]

@Baymax1520301
Copy link
Author

Hi, I have updated the installation guide, if you have further issues with the installation, you can send e-mails to me: [[email protected]](mailto:[email protected]

Thank you for your help. I will try later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants