dvlab-research / UVTR

Unifying Voxel-based Representation with Transformer for 3D Object Detection (NeurIPS 2022)
227 stars 18 forks source link

KeyError: 'cam_sweeps_info' #3

Closed tangtaogo closed 2 years ago

tangtaogo commented 2 years ago

Hi, Tanks for your excellent work! But I confuse with the cam_sweeps_info in NuScenesSweepDataset cam_sweeps_info. Where did it get it from?

yanwei-li commented 2 years ago

Hi, Thanks for your interest. This is our defined info with multiple camera sweeps. You can generate it following the step in README like this:

python3 extra_tools/create_data.py nuscenes --root-path ./data/nuscenes --out-dir ./data/nuscenes --extra-tag nuscenes_unified
tangtaogo commented 2 years ago

Thanks for your kind reply!