--- pretty_name: 2D and 3D Traffic Elements for nuScenes and NAVSIM --- # 2D and 3D Traffic Elements for nuScenes and NAVSIM This dataset contains YOLO-format 2D Traffic Element labels and generated 3D Traffic Element center points for the nuScenes and NAVSIM datasets. ## Files - `nuscenes_traffic_elements.tar.gz`: 2D labels and 3D center points for nuScenes. - `navsim_traffic_elements.tar.gz`: 2D labels and 3D center points for NAVSIM. ## Extraction ```bash tar -xzf data/releases/nuscenes_traffic_elements.tar.gz tar -xzf data/releases/navsim_traffic_elements.tar.gz ``` The extracted files follow this structure: ```text data/ ├── nuscenes/ │ ├── traffic_elements/ │ │ └── .json │ └── traffic_elements_2d/ │ └── labels/ │ └── .txt └── navsim/ ├── traffic_elements/ │ ├── trainval/ │ │ └── / │ │ └── .json │ └── test/ │ └── / │ └── .json └── traffic_elements_2d/ ├── trainval/ │ └── / │ └── labels/ │ └── .txt └── test/ └── / └── labels/ └── .txt ``` Please follow the licenses and terms of use of the original nuScenes and NAVSIM datasets.