Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 830 Bytes

data_preparation.md

File metadata and controls

29 lines (23 loc) · 830 Bytes

Dataset Preparation

Dataset structure

It is recommended to symlink the dataset root to $BEVerse/data. If your folder structure is different from the following, you may need to change the corresponding paths in config files.

BEVerse
├── mmdet3d
├── tools
├── configs
├── projects
├── data
│   ├── nuscenes
│   │   ├── maps
│   │   ├── samples
│   │   ├── sweeps
│   │   ├── v1.0-test
|   |   ├── v1.0-trainval

Download and prepare the nuScenes dataset

Download nuScenes V1.0 full dataset data HERE, including the map extensions. Prepare nuscenes data by running

python tools/create_data.py nuscenes --root-path ./data/nuscenes --out-dir ./data/nuscenes --extra-tag nuscenes