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: ‘LoadRadarPointsMultiSweeps...’ #211

Open
Yunge6666 opened this issue Nov 4, 2023 · 2 comments
Open

KeyError: ‘LoadRadarPointsMultiSweeps...’ #211

Yunge6666 opened this issue Nov 4, 2023 · 2 comments

Comments

@Yunge6666
Copy link

When I run .../Lidar_AI_Solution/CUDA-BEVFusion/bevfusion$ python tools/test-mAP-for-cuda.py, I got the following error.
KeyError: 'LoadRadarPointsMultiSweeps is not in the pipeline registry'
KeyError: "NuScenesDataset: 'LoadRadarPointsMultiSweeps is not in the pipeline registry'"

Anyone solve the such problem, plz help me. Thanks~

@hopef
Copy link
Collaborator

hopef commented Nov 4, 2023

You can try the below commands:

git clone https://github.com/mit-han-lab/bevfusion

cd bevfusion
git checkout db75150717a9462cb60241e36ba28d65f6908607

@Yunge6666
Copy link
Author

You can try the below commands:

git clone https://github.com/mit-han-lab/bevfusion

cd bevfusion
git checkout db75150717a9462cb60241e36ba28d65f6908607

It looks like you are providing me with another version of bevfusion, with this version I no longer see the above error, but I encounter a new error which is keyerror:[''location'']. I think this may be some bug in the code regarding the nusc dataset, it happens at line 218 of /bevfusion/mmdet3d/datasets/nuscenes_dataset.py: location=info["location"], when I change it to location = info.get('location', "singapore-queenstown"), it works, but now I have to specify a map, which greatly affects the results of my evaluation. I don't know if you have a better solution.

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