AI & ML interests

Autonomous Driving, Perception, Depth Estimation, Road Topography Understanding, Multi-Modal Perception

Recent Activity

gassercariadĀ  updated a Space 6 days ago
CARD-Data/README
gassercariadĀ  updated a dataset 7 days ago
CARD-Data/CARD-Italy
gassercariadĀ  updated a dataset 7 days ago
CARD-Data/CARD-Germany-Batch3
View all activity

Organization Card

CARD – Cariad Road Dataset

This page is the central index for all CARD dataset releases.
Each sub-dataset has its own repository linked below.


What is CARD?

CARD is a multi-modal driving dataset designed for research in depth estimation, 3D reconstruction, object detection, and related autonomous-driving tasks. Data was recorded across Germany & Italy and conditions using a calibrated stereo camera rig paired with 2x LiDAR and IMU, yielding rich synchronized multi-modal recordings.

Key properties:

  • šŸŽ„ Stereo camera images (cam_0 / cam_1) at full resolution
  • šŸ“” LiDAR point clouds + IMU signals
  • šŸ·ļø YOLO-format bounding-box annotations
  • šŸ“ Aggregated depth point clouds (agg_depth/) for dense ground-truth depth, which are quasi-dense 3D ground-truth, processed by aggregation of the lidar, while removing dynamic objects artifacts
  • šŸ• Temporal consistency – all modalities share synchronized timestamps
  • šŸ”’ Privacy-preserved – faces and license plates anonymized

Dataset Index

Repository Region # Sequences License Notes
CARD-Germany-Batch1 Germany (2 days) 28 CC BY 4.0 Includes night sequences (night in name = after 17:30)
CARD-Germany-Batch2 Germany (Stuttgart area) 22 CC BY 4.0
CARD-Germany-Batch3 Germany (Munich → Ingolstadt) 30 CC BY 4.0 Long-route highway + urban
CARD-Italy Italy 38 CC BY-NC 4.0 Non-commercial only

Note: Sequences prefixed with unused_ in any sub-dataset are not part of any official train / val / test split and are provided for zero-shot testing purposes,as an example some sequences which has "slam" in their name often involve multiple loops, which we think will be helpful in SLAM evaluations.


Data Format

Every sequence across all sub-datasets follows the same folder structure:

<dataset>/<sequence>/
ā”œā”€ā”€ img/
│   ā”œā”€ā”€ cam_0/          # Left camera images
│   └── cam_1/          # Right camera images
ā”œā”€ā”€ raw/                # LiDAR point clouds + IMU signals
ā”œā”€ā”€ labels/             # YOLO-format bounding-box annotations
ā”œā”€ā”€ export/             # Trajectory, calibration, and metadata
└── agg_depth/          # Aggregated depth point clouds (dense GT depth)

Splits

Official train / val / test splits are provided as part of the CARD-SDK development kit.


License and Usage Terms

Sub-dataset License
CARD-Germany-Batch1 CC BY 4.0
CARD-Germany-Batch2 CC BY 4.0
CARD-Germany-Batch3 CC BY 4.0
CARD-Italy CC BY-NC 4.0 – non-commercial only

We have taken reasonable measures to remove personally identifiable information (e.g., faces and license plates). To request removal of specific images from the dataset, please contact gasser.elazab@cariad.technology.

The purpose of the CARD project is to help improve road safety and make driving safer. We encourage use of this dataset toward that goal, and it is forbidden to use it for any military use.


Development Kit

A development kit (CARD-SDK) with tools to load, visualize, and evaluate on the CARD datasets is going to be released soon.


Citation

If you use any CARD sub-dataset in your work, please cite the corresponding entry:

@inproceedings{elazab2025card,
  title={CARD: A Multi-Modal Automotive Dataset for Dense 3D Reconstruction in Challenging Road Topography},
  author={Elazab, Gasser and Neuhaus, Frank and Ko{ss}, Tilman and Splietker, Malte and Date, Aditya and Unterreiner, Michael and Jansen, Maximilian and Hellwich, Olaf},
  booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
  year={2026}
}
}

models 0

None public yet