Traffic_Elements
收藏资源简介:
该数据集为nuScenes和NAVSIM数据集提供2D交通元素标签和生成的3D交通元素中心点。2D标签采用YOLO格式,3D中心点以JSON格式存储。数据分为两个压缩包:nuscenes_traffic_elements.tar.gz 包含nuScenes的2D标签和3D中心点,navsim_traffic_elements.tar.gz 包含NAVSIM的对应数据。目录结构清晰:nuScenes部分包含traffic_elements(3D JSON)和traffic_elements_2d/labels(2D YOLO格式TXT);NAVSIM部分进一步分为trainval和test,各自包含traffic_elements(3D JSON)和traffic_elements_2d/labels(2D YOLO格式TXT)。该数据集可用于自动驾驶场景中的交通元素检测、定位等任务。
This dataset provides 2D traffic element labels and generated 3D traffic element center points for the nuScenes and NAVSIM datasets. The 2D labels are in YOLO format, and the 3D center points are stored in JSON format. The data is divided into two compressed packages: nuscenes_traffic_elements.tar.gz contains the 2D labels and 3D center points for nuScenes, and navsim_traffic_elements.tar.gz contains the corresponding data for NAVSIM. The directory structure is clear: the nuScenes part includes traffic_elements (3D JSON) and traffic_elements_2d/labels (2D YOLO format TXT); the NAVSIM part is further divided into trainval and test, each containing traffic_elements (3D JSON) and traffic_elements_2d/labels (2D YOLO format TXT). This dataset can be used for tasks such as traffic element detection and localization in autonomous driving scenarios.
数据集概述
数据集名称: 2D and 3D Traffic Elements for nuScenes and NAVSIM
数据集简介: 该数据集为 nuScenes 和 NAVSIM 自动驾驶数据集提供了 YOLO 格式的 2D 交通元素标签以及生成的 3D 交通元素中心点。
文件内容
数据集包含两个压缩文件:
nuscenes_traffic_elements.tar.gz:包含 nuScenes 数据集的 2D 标签和 3D 中心点。navsim_traffic_elements.tar.gz:包含 NAVSIM 数据集的 2D 标签和 3D 中心点。
数据结构
解压后,文件按照以下目录结构组织:
data/ ├── nuscenes/ │ ├── traffic_elements/ │ │ └── <sample_token>.json │ └── traffic_elements_2d/ │ └── labels/ │ └── <image_name>.txt └── navsim/ ├── traffic_elements/ │ ├── trainval/ │ │ └── <log_name>/ │ │ └── <image_token>.json │ └── test/ │ └── <log_name>/ │ └── <image_token>.json └── traffic_elements_2d/ ├── trainval/ │ └── <log_name>/ │ └── labels/ │ └── <image_token>.txt └── test/ └── <log_name>/ └── labels/ └── <image_token>.txt
使用说明
解压命令如下:
bash tar -xzf data/releases/nuscenes_traffic_elements.tar.gz tar -xzf data/releases/navsim_traffic_elements.tar.gz
许可与引用
请遵守原始 nuScenes 和 NAVSIM 数据集的许可协议和使用条款。





