DSERT-RoLL
收藏DSERT-RoLL 数据集概述
基本信息
- 数据集名称: DSERT-RoLL
- 相关论文: DSERT-RoLL: Robust Multi-Modal Perception for Diverse Driving Conditions with Stereo Event-RGB-Thermal Cameras, 4D Radar, and Dual-LiDAR (CVPR 2026)
- 项目主页: https://jeongyh98.github.io/dsert-roll/
- 下载地址: https://huggingface.co/datasets/jeongyh98/DSERT-RoLL
- 总数据大小: 269 GB
数据采集环境
- 天气条件: 晴朗 (Clear) / 雾 (Fog) / 小雨 (Light Rain) / 大雨 (Heavy Rain) / 小雪 (Light Snow) / 大雪 (Heavy Snow)
- 光照条件: 正常 (Normal) / 低光 (Low Light) / 过曝 (Over Expose) / 高动态范围 (HDR)
数据划分
| 划分 | 序列数量 |
|---|---|
| 训练集 (Train) | 132 |
| 验证集 (Val) | 58 |
| 总计 | 190 |
数据统计
| 天气条件 | 序列数量 | 帧数 |
|---|---|---|
| Clear | 102 | 11,877 |
| Fog | 32 | 3,282 |
| Heavy_Rain | 18 | 1,898 |
| Light_Rain | 17 | 2,214 |
| Light_Snow | 14 | 1,428 |
| Heavy_Snow | 7 | 980 |
| 总计 | 190 | 21,679 |
目录结构
DSERT-RoLL/ │ ├── split/ │ ├── train.txt │ └── val.txt │ ├── {weather}/ # 天气子目录 │ └── {sequence_name}/ # 序列名称,例如 2025_07_16_21_36_14 │ ├── label.pkl # 标注与标定信息 │ ├── rectified_crop_RGB_L/ # 左RGB图像 (.jpg) │ ├── rectified_crop_RGB_R/ # 右RGB图像 (.jpg) │ ├── rectified_EVENT_L/ # 左事件帧 (.npz) │ ├── rectified_EVENT_R/ # 右事件帧 (.npz) │ ├── rectified_THERMAL_L/ # 左热成像图像 (.npz) │ ├── rectified_THERMAL_R/ # 右热成像图像 (.npz) │ ├── LIDAR_LIVOX_Tilted/ # Livox LiDAR点云 (.npy) │ ├── LIDAR_OUSTER_Tilted_90_degree/ # Ouster LiDAR点云 (.npy) │ └── RADAR_Tilted/ # 雷达点云 (.npy)
标注文件结构 (label.pkl)
label.pkl ├── meta │ ├── weather # 天气条件 │ ├── light # 光照条件 │ ├── sequence_len # 帧数 │ └── calibration # 传感器标定参数(内参/外参矩阵) │ ├── Livox, Ouster, Radar │ └── RGB_L/R, Thermal_L/R, Event_L/R │ └── info # 逐帧信息列表 ├── time_stamp ├── sample_idx / frame_idx ├── sequence_name ├── pose ├── sensor # 各传感器数据相对文件路径 │ ├── rgb_left_path / rgb_right_path │ ├── event_left_path / event_right_path │ ├── thermal_left_path / thermal_right_path │ ├── livox_path / ouster_path │ └── radar_path └── annos # 3D边界框标注 ├── name, obj_ids ├── dimensions, location, heading_angles └── gt_boxes_livox / gt_boxes_rgb / gt_boxes_event / gt_boxes_thermal
传感器模态
- 视觉传感器: 立体事件相机 (Stereo Event Cameras)、立体RGB相机 (Stereo RGB Cameras)、立体热成像相机 (Stereo Thermal Cameras)
- 雷达传感器: 4D 雷达 (4D Radar)
- 激光雷达: 双LiDAR (Dual-LiDAR: Livox 与 Ouster)
引用格式
bibtex @inproceedings{cho2026dsertroll, title={DSERT-RoLL: Robust Multi-Modal Perception for Diverse Driving Conditions with Stereo Event-RGB-Thermal Cameras, 4D Radar, and Dual-LiDAR}, author={Cho, Hoonhee and Kang, Jae-Young and Jeong, Yuhwan and Yang, Yunseo and Lee, Wonyoung and Kim, Youngho and Yoon, Kuk-Jin}, booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)}, year={2026} }




