Add pipeline tag, links to paper and code
#1
by
nielsr
HF staff
- opened
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
|