Skip to content
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.

Key Error: 'ann_info' when evaluating on Nuscenes test set #580

Closed
vtghsr opened this issue Dec 31, 2023 · 2 comments
Closed

Key Error: 'ann_info' when evaluating on Nuscenes test set #580

vtghsr opened this issue Dec 31, 2023 · 2 comments

Comments

@vtghsr
Copy link

vtghsr commented Dec 31, 2023

I know the test set of Nuscenes does not have annotation, but how do I solve this problem?
image

@alexzhuuuu
Copy link

I know the test set of Nuscenes does not have annotation, but how do I solve this problem? image
change the codes in NuScenesDataset get_data_info function:
if not self.test_mode:
annos = self.get_ann_info(index)
data['ann_info'] = annos

return data

Maybe it works.

@esh64
Copy link

esh64 commented Feb 7, 2024

Same problem, followed the #233 but got this same error. Does anybody know how to solve this?

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

No branches or pull requests

4 participants