Update README.md
Browse files
README.md
CHANGED
|
@@ -39,3 +39,15 @@ tags:
|
|
| 39 |
- image-to-video
|
| 40 |
- text-to-video
|
| 41 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
- image-to-video
|
| 40 |
- text-to-video
|
| 41 |
---
|
| 42 |
+
|
| 43 |
+
```python
|
| 44 |
+
# All text and image prompts: ~13.4G
|
| 45 |
+
from datasets import load_dataset
|
| 46 |
+
ds = load_dataset("WenhaoWang/TIP-I2V", split='All')
|
| 47 |
+
```
|
| 48 |
+
|
| 49 |
+
|
| 50 |
+
|
| 51 |
+
|
| 52 |
+
|
| 53 |
+
|