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

How did you get nuscenes_cam and the pkl files inside? #64

Open
myn1szh opened this issue Aug 28, 2024 · 2 comments
Open

How did you get nuscenes_cam and the pkl files inside? #64

myn1szh opened this issue Aug 28, 2024 · 2 comments

Comments

@myn1szh
Copy link

myn1szh commented Aug 28, 2024

When try to load train.pkl,i got errors:

loading ann_file = <_io.BufferedReader name='data/nuscenes_cam/nuscenes_infos_train.pkl'>
Traceback (most recent call last):
File "/usr/local/lib64/python3.8/site-packages/mmcv/utils/registry.py", line 52, in build_from_cfg
return obj_cls(**args)
File "/Sparse4D/projects/mmdet3d_plugin/datasets/nuscenes_3d_det_track_dataset.py", line 142, in init
super().init(
File "/usr/local/lib/python3.8/site-packages/mmdet3d/datasets/custom_3d.py", line 88, in init
self.data_infos = self.load_annotations(open(local_path, 'rb'))
File "/Sparse4D/projects/mmdet3d_plugin/datasets/nuscenes_3d_det_track_dataset.py", line 484, in load_annotations
data = mmcv.load(ann_file)
File "/usr/local/lib64/python3.8/site-packages/mmcv/fileio/io.py", line 51, in load
raise TypeError(f'Unsupported format: {file_format}')
TypeError: Unsupported format: None

@wzh506
Copy link

wzh506 commented Nov 11, 2024

me,too

@42nick
Copy link

42nick commented Dec 13, 2024

Same issue here.

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

3 participants