Add pipeline tag, links to paper and code (#1)
Browse files- Add pipeline tag, links to paper and code (13af299052b1e05d0bef1d03a0fef3f461c77177)
- Update README.md (638e550742a9350fe619274ff8350bbbbee35a6a)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- video-to-video
|
5 |
+
---
|
6 |
+
This repository contains the model described in the paper [DrivingWorld: Constructing World Model for Autonomous Driving via Video GPT](https://huggingface.co/papers/2412.19505).
|
7 |
+
|
8 |
+
Code: https://github.com/YvanYin/DrivingWorld
|