Zurück zum Ranking

OpenDriveLab/DriveLM

HTMLopendrivelab.com/DriveLM/

[ECCV 2024 Oral] DriveLM: Driving with Graph Visual Question Answering

autonomous-drivinglarge-language-modelsvision-languagechain-of-thoughtgraph-of-thoughtsllmpromptingtree-of-thoughtsprompt-engineering
Sterne-Wachstum
Sterne
1.3k
Forks
89
Wochenwachstum
Issues
45
5001k
Aug. 2023Juli 2024Juli 2025Juli 2026
README

[!IMPORTANT] 🌟 Stay up to date at opendrivelab.com!

DriveLM: *Driving with Graph Visual Question Answering*

Autonomous Driving Challenge 2024 Driving-with-Language Leaderboard.

License: Apache2.0 arXiv Hugging Face

https://github.com/OpenDriveLab/DriveLM/assets/54334254/cddea8d6-9f6e-4e7e-b926-5afb59f8dce2

Highlights

🔥 We instantiate datasets (DriveLM-Data) built upon nuScenes and CARLA, and propose a VLM-based baseline approach (DriveLM-Agent) for jointly performing Graph VQA and end-to-end driving.

🏁 DriveLM serves as a main track in the CVPR 2024 Autonomous Driving Challenge. Everything you need for the challenge is HERE, including baseline, test data and submission format and evaluation pipeline!

News

  • [2025/01/08] Drive-Bench release! In-depth analysis in what are DriveLM really benchmarking. Take a look at arxiv.
  • [2024/07/16] DriveLM official leaderboard reopen!
  • [2024/07/01] DriveLM got accepted to ECCV 2024! Congrats to the team!
  • [2024/06/01] Challenge ended up! See the final leaderboard.
  • [2024/03/25] Challenge test server is online and the test questions are released. Check it out!
  • [2024/02/29] Challenge repo release. Baseline, data and submission format, evaluation pipeline. Have a look!
  • [2023/08/25] DriveLM-nuScenes demo released.
  • [2023/12/22] DriveLM-nuScenes full v1.0 and paper released.

Table of Contents

  1. Highlights
  2. Getting Started
  3. Current Endeavors and Future Horizons
  4. TODO List
  5. DriveLM-Data
  6. License and Citation
  7. Other Resources

Getting Started

To get started with DriveLM:

(back to top)

Current Endeavors and Future Directions

  • The advent of GPT-style multimodal models in real-world applications motivates the study of the role of language in driving.
  • Date below reflects the arXiv submission date.
  • If there is any missing work, please reach out to us!

DriveLM attempts to address some of the challenges faced by the community.

  • Lack of data: DriveLM-Data serves as a comprehensive benchmark for driving with language.
  • Embodiment: GVQA provides a potential direction for embodied applications of LLMs / VLMs.
  • Closed-loop: DriveLM-CARLA attempts to explore closed-loop planning with language.

(back to top)

TODO List

  • DriveLM-Data
    • DriveLM-nuScenes
    • DriveLM-CARLA
  • DriveLM-Metrics
    • GPT-score
  • DriveLM-Agent
    • Inference code on DriveLM-nuScenes
    • Inference code on DriveLM-CARLA

(back to top)

DriveLM-Data

We facilitate the Perception, Prediction, Planning, Behavior, Motion tasks with human-written reasoning logic as a connection between them. We propose the task of GVQA on the DriveLM-Data.

📊 Comparison and Stats

DriveLM-Data is the first language-driving dataset facilitating the full stack of driving tasks with graph-structured logical dependencies.

Links to details about GVQA task, Dataset Features, and Annotation.

(back to top)

License and Citation

All assets and code in this repository are under the Apache 2.0 license unless specified otherwise. The language data is under CC BY-NC-SA 4.0. Other datasets (including nuScenes) inherit their own distribution licenses. Please consider citing our paper and project if they help your research.

@article{sima2023drivelm,
  title={DriveLM: Driving with Graph Visual Question Answering},
  author={Sima, Chonghao and Renz, Katrin and Chitta, Kashyap and Chen, Li and Zhang, Hanxue and Xie, Chengen and Luo, Ping and Geiger, Andreas and Li, Hongyang},
  journal={arXiv preprint arXiv:2312.14150},
  year={2023}
}
@misc{contributors2023drivelmrepo,
  title={DriveLM: Driving with Graph Visual Question Answering},
  author={DriveLM contributors},
  howpublished={\url{https://github.com/OpenDriveLab/DriveLM}},
  year={2023}
}

(back to top)

Other Resources

Twitter Follow

OpenDriveLab

Twitter Follow

Autonomous Vision Group

(back to top)

Ähnliche Repositories
AtsushiSakai/PythonRobotics

Python sample codes and textbook for robotics algorithms.

PythonPyPIOtherpythonrobotics
atsushisakai.github.io/PythonRobotics/
30.1k7.4k
ApolloAuto/apollo

An open autonomous driving platform

C++Apache License 2.0apolloautonomous-vehicles
26.7k10k
carla-simulator/carla

Open-source simulator for autonomous driving research.

C++MIT Licensesimulatorautonomous-vehicles
carla.org
14.2k4.6k
autowarefoundation/autoware

Autoware - the world's leading open-source software project for autonomous driving

DockerfileApache License 2.0autowareautonomous-vehicles
autoware.org
11.9k3.7k
PaddlePaddle/PaddleSeg

Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in Semantic Segmentation, Interactive Segmentation, Panoptic Segmentation, Image Matting, 3D Segmentation, etc.

PythonPyPIApache License 2.0semantic-segmentationimage-segmentation
arxiv.org/abs/2101.06175
9.4k1.7k
open-mmlab/OpenPCDet

OpenPCDet Toolbox for LiDAR-based 3D Object Detection.

PythonPyPIApache License 2.0point-cloud3d-detection
5.7k1.5k
OpenDriveLab/UniAD

[CVPR 2023 Best Paper Award] Planning-oriented Autonomous Driving

PythonPyPIApache License 2.0autonomous-drivingend-to-end-autonomous-driving
4.7k549
fundamentalvision/BEVFormer

[ECCV 2022] This is the official implementation of BEVFormer, a camera-only framework for autonomous driving perception, e.g., 3D object detection and semantic map segmentation.

PythonPyPIApache License 2.0deep-learningautonomous-driving
arxiv.org/abs/2203.17270
4.5k742
Ly0n/awesome-robotic-tooling

Tooling for professional robotic development in C++ and Python with a touch of ROS, autonomous driving and aerospace.

Creative Commons Zero v1.0 Universalrosrobotics
3.9k547
OpenDriveLab/End-to-end-Autonomous-Driving

[IEEE T-PAMI 2024] All you need for End-to-end Autonomous Driving

MIT Licenseend-to-end-autonomous-drivingautonomous-driving
doi.org/10.1109/TPAMI.2024.3435937
3.7k337
waymo-research/waymo-open-dataset

Waymo Open Dataset

PythonPyPIOtherautonomous-drivingdataset
waymo.com/open
3.4k699
Farama-Foundation/HighwayEnv

A collection of environments for autonomous driving and tactical decision-making tasks

PythonPyPIMIT Licensereinforcement-learningautonomous-driving
highway-env.farama.org
3.3k886