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

lack of map.jpg on some locations in Multitraversal data #5

Open
binbin-xu opened this issue Oct 26, 2024 · 0 comments
Open

lack of map.jpg on some locations in Multitraversal data #5

binbin-xu opened this issue Oct 26, 2024 · 0 comments

Comments

@binbin-xu
Copy link

Thank you very much for releasing the data. I tested some data in the released multitraversal dataset. However, I found that some locations, for example location 63, do not contain map.jpg. This caused issues when loading the data using the NuScenes dataloader.

To reproduce the results, I run the following code

from nuscenes.nuscenes import NuScenes

location = 63
dataset_root = '/data/MARS/Multitraversal_2023_10_04-2024_03_08'
nusc = NuScenes(version='v1.0', dataroot=f'{dataset_root}/{location}', verbose=True)

It caused the following issue:

File "/home/bxu/.local/lib/python3.9/site-packages/nuscenes/utils/map_mask.py", line 23, in init
assert osp.exists(img_file), 'map mask {} does not exist'.format(img_file)
AssertionError: map mask /data/MARS/Multitraversal_2023_10_04-2024_03_08/63/maps/map.jpg does not exist

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

1 participant