We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
me,too
Sorry, something went wrong.
Same issue here.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: