OpenDriveLab-org commited on
Commit
b4f6cff
1 Parent(s): 56a9b37

add descriptions

Browse files
Files changed (1) hide show
  1. README.md +53 -3
README.md CHANGED
@@ -1,3 +1,53 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: image-to-video
4
+ tags:
5
+ - autonomous driving
6
+ - video generation
7
+ - world model
8
+ ---
9
+
10
+ # Model Card for Vista: A Generalizable Driving World Model with High Fidelity and Versatile Controllability
11
+
12
+ ![](card.gif)
13
+
14
+ ## Brief Introduction
15
+
16
+ **Vista** is a generalizable driving world model that is capable of:
17
+ - **High-Fidelity Future Prediction:** Predict high-fidelity futures in various scenarios.
18
+ - **Coherent Long-Horizon Rollout:** Extend its predictions to continuous and long horizons.
19
+ - **Versatile Action Controllability:** Execute multi-modal actions (steering angles, speeds, commands, trajectories, goal points).
20
+ - **Generalizable Reward Function:** Provide rewards for different actions without accessing ground truth actions.
21
+
22
+ ## Related Links
23
+
24
+ For more technical details and discussions, please refer to:
25
+ - **Paper:** https://arxiv.org/abs/2405.17398
26
+ - **Code:** https://github.com/OpenDriveLab/Vista
27
+ - **Demo:** https://vista-demo.github.io
28
+
29
+ ## How to Use
30
+
31
+ Check out https://github.com/OpenDriveLab/Vista
32
+
33
+ ## Citation
34
+
35
+ ```bibtex
36
+ @article{gao2024vista,
37
+ title={Vista: A Generalizable Driving World Model with High Fidelity and Versatile Controllability},
38
+ author={Shenyuan Gao and Jiazhi Yang and Li Chen and Kashyap Chitta and Yihang Qiu and Andreas Geiger and Jun Zhang and Hongyang Li},
39
+ journal={arXiv preprint arXiv:2405.17398},
40
+ year={2024}
41
+ }
42
+
43
+ @inproceedings{yang2024genad,
44
+ title={Generalized Predictive Model for Autonomous Driving},
45
+ author={Jiazhi Yang and Shenyuan Gao and Yihang Qiu and Li Chen and Tianyu Li and Bo Dai and Kashyap Chitta and Penghao Wu and Jia Zeng and Ping Luo and Jun Zhang and Andreas Geiger and Yu Qiao and Hongyang Li},
46
+ booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
47
+ year={2024}
48
+ }
49
+ ```
50
+
51
+ ## Contact
52
+
53
+ If you have any questions or comments, feel free to leave a message to [email protected]