Closed zjr-bit closed 1 year ago
我遇到了这样的错误:
projects.mmdet3d_plugin
Traceback (most recent call last):
File "/media/lab509/gta/mmdetection3d/DeepInteraction/tools/train.py", line 248, in
Hi, thanks for your great work. And I have one question about the
mmdet3d_plugin
in your code. I guess that the plugin module is not used after it is imported intrain.py
. So, could you please tell me why do you design this step? Thanks!
我遇到了这样的错误: projects.mmdet3d_plugin Traceback (most recent call last): File "/media/lab509/gta/mmdetection3d/DeepInteraction/tools/train.py", line 248, in main() File "/media/lab509/gta/mmdetection3d/DeepInteraction/tools/train.py", line 118, in main plg_lib = importlib.import_module(_module_path) File "/home/lab509/anaconda3/envs/gta-di/lib/python3.7/importlib/init.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1006, in _gcd_import File "", line 983, in _find_and_load File "", line 953, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 1006, in _gcd_import File "", line 983, in _find_and_load File "", line 965, in _find_and_load_unlocked ModuleNotFoundError: No module named 'projects 请问应该如何解决?
Hi, thanks for your great work. And I have one question about the
mmdet3d_plugin
in your code. I guess that the plugin module is not used after it is imported intrain.py
. So, could you please tell me why do you design this step? Thanks!
SAME AS YOU !!!!
Hi, thanks for your great work. And I have one question about the
mmdet3d_plugin
in your code. I guess that the plugin module is not used after it is imported intrain.py
. So, could you please tell me why do you design this step? Thanks!