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

KeyError: "CustomNuScenesDataset: 'LoadMultiViewImageFromMultiSweepsFiles is not in the pipeline registry'" #2

Open
rockywind opened this issue Aug 4, 2023 · 5 comments

Comments

@rockywind
Copy link

Hi, thank you for sharing the great work!
I met the error below when I run the inference script.

  File "/defaultShare/SHFP12/xiaoquan.wang/01_bev/MV2D/mmdetection3d_01/mmdet3d/datasets/builder.py", line 41, in build_dataset
    dataset = build_from_cfg(cfg, DATASETS, default_args)
  File "/opt/conda/lib/python3.7/site-packages/mmcv/utils/registry.py", line 55, in build_from_cfg
    raise type(e)(f'{obj_cls.__name__}: {e}')
KeyError: "CustomNuScenesDataset: 'LoadMultiViewImageFromMultiSweepsFiles is not in the pipeline registry'"

@wenjie-yuan
Copy link

May I ask which version is your mmcv installed? I didn’t find mmcv0.28.0 version. Is it because the author made a mistake? The mmcv0.18.0 version I used also encountered many mismatching problems

@wenjie-yuan
Copy link

Hi, thank you for sharing the great work! I met the error below when I run the inference script.

  File "/defaultShare/SHFP12/xiaoquan.wang/01_bev/MV2D/mmdetection3d_01/mmdet3d/datasets/builder.py", line 41, in build_dataset
    dataset = build_from_cfg(cfg, DATASETS, default_args)
  File "/opt/conda/lib/python3.7/site-packages/mmcv/utils/registry.py", line 55, in build_from_cfg
    raise type(e)(f'{obj_cls.__name__}: {e}')
KeyError: "CustomNuScenesDataset: 'LoadMultiViewImageFromMultiSweepsFiles is not in the pipeline registry'"

LoadMultiViewImageFromMultiSweepsFiles is under the mmdet3d_plugin folder

@rockywind
Copy link
Author

@wenjie-yuan
您好,这个是我的环境没有安装好吗,导致LoadMultiViewImageFromMultiSweeps没找到吗?

@wangzt-halo
Copy link
Collaborator

May I ask which version is your mmcv installed? I didn’t find mmcv0.28.0 version. Is it because the author made a mistake? The mmcv0.18.0 version I used also encountered many mismatching problems

I use mmcv1.6.1.

@wangzt-halo
Copy link
Collaborator

wangzt-halo commented Aug 17, 2023

@wenjie-yuan 您好,这个是我的环境没有安装好吗,导致LoadMultiViewImageFromMultiSweeps没找到吗?

# import modules from plguin/xx, registry will be updated

在这里import了mmdet3d_plugin这个目录,应该是可以找到的

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

3 participants