gassercariad commited on
Commit
a1cf604
·
verified ·
1 Parent(s): 722a03b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +120 -7
README.md CHANGED
@@ -1,10 +1,123 @@
1
  ---
2
- title: README
3
- emoji: 📊
4
- colorFrom: yellow
5
- colorTo: blue
6
- sdk: static
7
- pinned: false
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
- This data is to be officially published soon.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ pretty_name: CARD – Cariad Road Dataset
3
+ task_categories:
4
+ - depth-estimation
5
+ - object-detection
6
+ - image-to-3d
7
+ tags:
8
+ - autonomous-driving
9
+ - depth
10
+ - stereo
11
+ - lidar
12
+ - computer-vision
13
+ - benchmark
14
+ size_categories:
15
+ - 1M<n<10M
16
+ title: Cariad Road Dataset
17
+ emoji: 🐢
18
+ short_description: Collection of all the published datasets
19
  ---
20
 
21
+
22
+ # CARD – Cariad Road Dataset
23
+
24
+ > **This page is the central index for all CARD dataset releases.**
25
+ > Each sub-dataset has its own repository linked below.
26
+
27
+ ---
28
+
29
+ ## What is CARD?
30
+
31
+ CARD is a multi-modal driving dataset designed for research in
32
+ **depth estimation**, **3D reconstruction**, **object detection**, and related
33
+ autonomous-driving tasks. Data was recorded across Germany & Italy and
34
+ conditions using a calibrated stereo camera rig paired with 2x LiDAR
35
+ and IMU, yielding rich synchronized multi-modal recordings.
36
+
37
+ Key properties:
38
+ - 🎥 **Stereo camera** images (cam_0 / cam_1) at full resolution
39
+ - 📡 **LiDAR** point clouds + IMU signals
40
+ - 🏷️ **YOLO-format** bounding-box annotations
41
+ - 📐 **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
42
+ - 🕐 **Temporal consistency** – all modalities share synchronized timestamps
43
+ - 🔒 **Privacy-preserved** – faces and license plates anonymized
44
+
45
+ ---
46
+
47
+ ## Dataset Index
48
+
49
+ | Repository | Region | # Sequences | License | Notes |
50
+ |---|---|---|---|---|
51
+ | [CARD-Germany-Batch1](https://huggingface.co/datasets/CARD-DATA/CARD-Germany-Batch1) | Germany (2 days) | 28 | CC BY 4.0 | Includes night sequences (`night` in name = after 17:30) |
52
+ | [CARD-Germany-Batch2](https://huggingface.co/datasets/CARD-DATA/CARD-Germany-Batch2) | Germany (Stuttgart area) | 22 | CC BY 4.0 | |
53
+ | [CARD-Germany-Batch3](https://huggingface.co/datasets/CARD-DATA/CARD-Germany-Batch3) | Germany (Munich → Ingolstadt) | 30 | CC BY 4.0 | Long-route highway + urban |
54
+ | [CARD-Italy](https://huggingface.co/datasets/CARD-DATA/CARD-Italy) | Italy | 38 | CC BY-NC 4.0 | Non-commercial only |
55
+
56
+ > **Note:** Sequences prefixed with `unused_` in any sub-dataset are not part of
57
+ > any official train / val / test split and are provided for completeness only.
58
+
59
+ ---
60
+
61
+ ## Data Format
62
+
63
+ Every sequence across all sub-datasets follows the same folder structure:
64
+
65
+ ```
66
+ <dataset>/<sequence>/
67
+ ├── img/
68
+ │ ├── cam_0/ # Left camera images
69
+ │ └── cam_1/ # Right camera images
70
+ ├── raw/ # LiDAR point clouds + IMU signals
71
+ ├── labels/ # YOLO-format bounding-box annotations
72
+ ├── export/ # Trajectory, calibration, and metadata
73
+ └── agg_depth/ # Aggregated depth point clouds (dense GT depth)
74
+ ```
75
+
76
+ ---
77
+
78
+ ## Splits
79
+
80
+ Official **train / val / test** splits are provided as part of the
81
+ [CARD-SDK](https://github.com/CARD-Data/CARD-sdk) development kit.
82
+
83
+ ---
84
+
85
+ ## License and Usage Terms
86
+
87
+ | Sub-dataset | License |
88
+ |---|---|
89
+ | CARD-Germany-Batch1 | [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) |
90
+ | CARD-Germany-Batch2 | [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) |
91
+ | CARD-Germany-Batch3 | [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) |
92
+ | CARD-Italy | [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) – **non-commercial only** |
93
+
94
+ We have taken reasonable measures to remove personally identifiable information
95
+ (e.g., faces and license plates). To request removal of specific images from the
96
+ dataset, please contact **gasser.elazab@cariad.technology**.
97
+
98
+ The purpose of the CARD project is to help improve road safety and make driving
99
+ safer. We encourage use of this dataset toward that goal, and it is forbidden to
100
+ use it for any military use.
101
+
102
+ ---
103
+
104
+ ## Development Kit
105
+
106
+ A development kit (CARD-SDK) with tools to load, visualize, and evaluate on the
107
+ CARD datasets is going to be released soon.
108
+
109
+ ---
110
+
111
+ ## Citation
112
+
113
+ If you use any CARD sub-dataset in your work, please cite the corresponding entry:
114
+
115
+ ```bibtex
116
+ @inproceedings{elazab2025card,
117
+ title={CARD: A Multi-Modal Automotive Dataset for Dense 3D Reconstruction in Challenging Road Topography},
118
+ 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},
119
+ booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
120
+ year={2026}
121
+ }
122
+ }
123
+ ```