Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,8 @@ size_categories:
|
|
8 |
## Description
|
9 |
PDM-Lite is a state-of-the-art rule-based expert system for autonomous urban driving in CARLA Leaderboard 2.0, and the first to successfully navigate all scenarios. This dataset was used to create the QA dataset for DriveLM-Carla, a benchmark for evaluating end-to-end autonomous driving algorithms with Graph Visual Question Answering (GVQA). DriveLM introduces GVQA as a novel approach, modeling perception, prediction, and planning through interconnected question-answer pairs, mimicking human reasoning processes. Additionally, this dataset was used for training Transfuser++ with imitation learning, which achieved 1st place (map track) and 2nd place (sensor track) in the CARLA Autonomous Driving Challenge 2024.
|
10 |
|
|
|
|
|
11 |
## Dataset Features
|
12 |
|
13 |
- **High-Quality Data:** 1759 routes with 100 % route completion and zero infractions, sampled at 2 Hz, totaling 214,631 frames
|
@@ -22,7 +24,6 @@ PDM-Lite is a state-of-the-art rule-based expert system for autonomous urban dri
|
|
22 |
- **Augmented Data:** Augmented versions of RGB, semantic, depth, and lidar data
|
23 |
- **Simulator Data:** Comprehensive information on nearby objects
|
24 |
|
25 |
-
For more information and a script for downloading and unpacking: https://github.com/OpenDriveLab/DriveLM/tree/DriveLM-CARLA
|
26 |
## License and Citation
|
27 |
Apache 2.0 license unless specified otherwise.
|
28 |
|
|
|
8 |
## Description
|
9 |
PDM-Lite is a state-of-the-art rule-based expert system for autonomous urban driving in CARLA Leaderboard 2.0, and the first to successfully navigate all scenarios. This dataset was used to create the QA dataset for DriveLM-Carla, a benchmark for evaluating end-to-end autonomous driving algorithms with Graph Visual Question Answering (GVQA). DriveLM introduces GVQA as a novel approach, modeling perception, prediction, and planning through interconnected question-answer pairs, mimicking human reasoning processes. Additionally, this dataset was used for training Transfuser++ with imitation learning, which achieved 1st place (map track) and 2nd place (sensor track) in the CARLA Autonomous Driving Challenge 2024.
|
10 |
|
11 |
+
For more information and a script for downloading and unpacking visit our [GitHub](https://github.com/OpenDriveLab/DriveLM/tree/DriveLM-CARLA)
|
12 |
+
|
13 |
## Dataset Features
|
14 |
|
15 |
- **High-Quality Data:** 1759 routes with 100 % route completion and zero infractions, sampled at 2 Hz, totaling 214,631 frames
|
|
|
24 |
- **Augmented Data:** Augmented versions of RGB, semantic, depth, and lidar data
|
25 |
- **Simulator Data:** Comprehensive information on nearby objects
|
26 |
|
|
|
27 |
## License and Citation
|
28 |
Apache 2.0 license unless specified otherwise.
|
29 |
|