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
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
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
The text was updated successfully, but these errors were encountered:
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
It caused the following issue:
The text was updated successfully, but these errors were encountered: