Datasets:
Update README.md
Browse filesZenseact Open Dataset (ZOD) is a large-scale and diverse multimodal dataset collected over two years in various European countries, covering an area of 9x that of existing datasets. ZOD boasts the highest range and resolution sensors among comparable datasets, coupled with detailed keyframe annotations for 2D and 3D objects (up to 245m), road instance/semantic segmentation, traffic sign recognition, and road classification. The dataset comprises Frames, Sequences, and Drives designed to encompass data diversity and support for spatio-temporal learning, sensor fusion, localization, and mapping. Frames consist of 100k curated camera images with two seconds of other supporting sensor data, while the 1473 Sequences and 29 Drives include the entire sensor suite for 20 seconds and a few minutes, respectively. ZOD is the only large-scale AD dataset released under a permissive license, allowing for research and commercial use. More information and an extensive devkit can be found at https://zod.zenseact.com.
@@ -1,3 +1,24 @@
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
3 |
+
task_categories:
|
4 |
+
- object-detection
|
5 |
+
- image-classification
|
6 |
+
- depth-estimation
|
7 |
+
- image-segmentation
|
8 |
+
- instance-segmentation
|
9 |
+
- traffic-sign-recognition
|
10 |
+
language:
|
11 |
+
- en
|
12 |
+
tags:
|
13 |
+
- Autonomous Driving
|
14 |
+
- Autonomous Vehicles
|
15 |
+
- Images
|
16 |
+
- Lidar
|
17 |
+
- GNSS/IMU
|
18 |
+
- Vehicle Data
|
19 |
+
- Satellite Positioning
|
20 |
+
pretty_name: ZOD
|
21 |
+
size_categories:
|
22 |
+
- 10K<n<100K
|
23 |
+
paperswithcode_id: zenseact-open-dataset
|
24 |
+
---
|