You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'"