DrivIng
收藏资源简介:
DrivIng是由英戈尔施塔特技术大学与慕尼黑工业大学联合发布的大规模多模态自动驾驶数据集,包含约18公里覆盖城市、郊区及高速公路的连续路线数据。该数据集通过6台RGB相机、1台LiDAR及高精度定位系统采集,提供昼夜交替场景下的37.8万张图像、6.3万帧点云及120万个标注实例,包含12类物体的3D边界框与追踪ID。其创新性在于完整集成地理参照数字孪生,支持真实交通场景1:1映射至仿真环境,可用于感知算法系统测试、边缘案例模拟及虚实迁移验证,显著提升自动驾驶系统的鲁棒性评估能力。
DrivIng is a large-scale multimodal autonomous driving dataset jointly released by the Technical University of Ingolstadt and the Technical University of Munich. It contains continuous route data spanning approximately 18 kilometers across urban, suburban and highway scenarios. Collected via 6 RGB cameras, 1 LiDAR sensor and a high-precision positioning system, this dataset provides 378,000 images, 63,000 point cloud frames and 1.2 million annotated instances under day-and-night alternating scenarios, with 3D bounding boxes and tracking IDs for 12 object categories. Its core innovation lies in the complete integration of georeferenced digital twins, which enables 1:1 mapping of real traffic scenarios into simulated environments. This dataset can be applied to perception algorithm system testing, edge case simulation and virtual-to-real transfer validation, significantly enhancing the robustness evaluation capability of autonomous driving systems.
DrivIng 数据集概述
数据集基本信息
- 数据集名称:DrivIng: A Large-Scale Multimodal Driving Dataset with Full Digital Twin Integration
- 数据集描述:一个大规模多模态驾驶数据集,具备完整的数字孪生集成。
数据获取与结构
- 下载地址:https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/VBZKDY
- 下载脚本:项目提供了
download_dataset.py和extract_dataset.py脚本,位于dataset_scripts/driving_dataset_scripts/目录下。 - 数据集结构:
- 根目录:包含
DrivIng(数据文件)和digital_twin(CARLA数字孪生文件夹)两个主要文件夹。 - 数据序列:包含
day(白天)、dusk(黄昏)、night(夜晚)三个子序列。 - 序列内文件:
annotations.json:序列的所有标注(10 Hz)。calibration.json:所有传感器内参和外参的标定参数。timesync_info.csv:时间同步信息,用于关联所有传感器数据(10 Hz)。- 传感器数据文件夹:
middle_lidar:激光雷达点云数据(10 Hz),文件格式为.npz。vehicle_back_left_camera、vehicle_back_right_camera、vehicle_front_left_camera、vehicle_front_right_camera、vehicle_left_camera、vehicle_right_camera:摄像头图像数据(10 Hz),文件格式为.jpg。vehicle_state:车辆状态信息(100 Hz),文件格式为.json。
sweeps文件夹:包含中间频率的传感器原始数据(如20 Hz的激光雷达点云和100 Hz的车辆状态),需与timesync_info.csv融合以得到原始频率数据。
- 根目录:包含
环境配置
项目建议为三个子文件夹创建独立的 Conda 环境:
dataset_scripts环境:用于数据集下载、解压和格式转换。Python版本为3.10.18。CARLA_scripts环境:用于CARLA数字孪生集成。通过environment.yml文件创建。mmdetection3d环境:用于3D感知模型的基准评估。基于官方 mmdetection3d 仓库,使用CUDA 11.7及指定的软件包版本(如 torch==1.13.1+cu117)。
感知模型基准评估
- 格式转换:首先使用
dataset_scripts环境将数据集转换为 nuScenes 格式。相关脚本位于dataset_scripts/driving_dataset_scripts/data_conversion目录下,包括create_sequences_from_annotation_file.py(创建序列分割)和create_nuscenes_format.py(转换为nuScenes格式)。 - mmdetection3d格式创建:切换至
driving_mmdetection3d环境,使用tools/create_data.py脚本创建 mmdetection3d 所需的数据格式。 - 模型训练与推理:在
mmdetection3d目录下,提供了使用dist_train.sh进行分布式训练和使用dist_test.sh进行推理的示例命令(以 CenterPoint 模型和白天序列为例)。
CARLA 地图集成
- 集成方法:将提供的两个
.tar.gz文件复制到 CARLA UE4 安装目录(版本:0.9.15.2)的Import文件夹中,并执行sh ImportAssets.sh脚本。 - 详细信息:关于使用数字孪生及提供脚本的更多信息,请参阅 CARLA scripts README。
许可信息
- 代码许可:采用 MIT 许可证。详情见 LICENSE 文件。
- 数据集许可:采用知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议 CC BY-NC-ND 4.0。使用时必须给出适当署名;不得用于商业目的;不得分发修改后的数据集版本。
引用
若在研究中使用了 DrivIng 数据集,请引用以下文献: bibtex @misc{roessle2026drivinglargescalemultimodaldriving, title={DrivIng: A Large-Scale Multimodal Driving Dataset with Full Digital Twin Integration}, author={Dominik Rößle and Xujun Xie and Adithya Mohan and Venkatesh Thirugnana Sambandham and Daniel Cremers and Torsten Schön}, year={2026}, eprint={2601.15260}, archivePrefix={arXiv}, primaryClass={cs.CV}, url={https://arxiv.org/abs/2601.15260}, }

- 1DrivIng: A Large-Scale Multimodal Driving Dataset with Full Digital Twin Integration英戈尔施塔特技术大学·计算机科学系; 慕尼黑工业大学·计算、信息与技术学院 · 2026年



