Datasets:
Tasks:
Question Answering
Modalities:
Image
Formats:
imagefolder
Languages:
English
Size:
< 1K
ArXiv:
Tags:
code
License:
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- question-answering
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- code
|
| 9 |
+
size_categories:
|
| 10 |
+
- n<1K
|
| 11 |
+
---
|
| 12 |
+
# Single-Obejct DriveLM Dataset
|
| 13 |
+
> **Labels are provided**
|
| 14 |
+
|
| 15 |
+
### Dataset Description
|
| 16 |
+
This is the sub-dataset of DriveLM which only include single object in ego scenes
|
| 17 |
+
|
| 18 |
+
## Uses
|
| 19 |
+
For single traffic participant recgonition, segmentation, VQA subtasks of driving scenarios.
|
| 20 |
+
## Dataset Structure
|
| 21 |
+
```plaintext
|
| 22 |
+
single_pedestrian
|
| 23 |
+
├── images
|
| 24 |
+
└── labeled_pedestrian_data.json
|
| 25 |
+
|
| 26 |
+
single_vehicle
|
| 27 |
+
├── images
|
| 28 |
+
└── labeled_vehicle_data.json
|
| 29 |
+
```
|
| 30 |
+
|
| 31 |
+
### Labels Structure
|
| 32 |
+
```plaintext
|
| 33 |
+
Pedestrian
|
| 34 |
+
├── token
|
| 35 |
+
├── image_path
|
| 36 |
+
└── labeled_information
|
| 37 |
+
├── gender
|
| 38 |
+
├── age_group
|
| 39 |
+
└── race
|
| 40 |
+
```
|
| 41 |
+
|
| 42 |
+
```plaintext
|
| 43 |
+
Vehicle
|
| 44 |
+
├── token
|
| 45 |
+
├── image_path
|
| 46 |
+
└── labeled_information
|
| 47 |
+
├── type
|
| 48 |
+
└── color
|
| 49 |
+
```
|
| 50 |
+
|
| 51 |
+
### Original Dataset Sources
|
| 52 |
+
|
| 53 |
+
<!-- Provide the basic links for the dataset. -->
|
| 54 |
+
|
| 55 |
+
- **Repository:** https://github.com/OpenDriveLab/DriveLM]
|
| 56 |
+
- **Paper [optional]:** [https://arxiv.org/abs/2312.14150]
|
| 57 |
+
|
| 58 |
+
## Dataset Card Authors
|
| 59 |
+
[Shenzhe Zhu](https://shenzhezhu.github.io/)
|