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
{{ message }}
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.
I know the test set of Nuscenes does not have annotation, but how do I solve this problem?
change the codes in NuScenesDataset get_data_info function:
if not self.test_mode:
annos = self.get_ann_info(index)
data['ann_info'] = annos
I know the test set of Nuscenes does not have annotation, but how do I solve this problem?
The text was updated successfully, but these errors were encountered: