Update README.md
Browse files
README.md
CHANGED
@@ -129,7 +129,7 @@ hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="subset_videos_tar/cog_vi
|
|
129 |
```
|
130 |
|
131 |
```python
|
132 |
-
# 10k TIP-Eval videos generated by Pika (~
|
133 |
from huggingface_hub import hf_hub_download
|
134 |
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="eval_videos_tar/pika_videos_eval.tar", repo_type="dataset")
|
135 |
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="eval_videos_tar/svd_videos_eval.tar", repo_type="dataset")
|
|
|
129 |
```
|
130 |
|
131 |
```python
|
132 |
+
# 10k TIP-Eval videos generated by Pika (~5.6G), Stable Video Diffusion (~xG), Open-Sora (~xxG), I2VGen-XL (~xxG), and CogVideoX-5B (~xxG)
|
133 |
from huggingface_hub import hf_hub_download
|
134 |
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="eval_videos_tar/pika_videos_eval.tar", repo_type="dataset")
|
135 |
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="eval_videos_tar/svd_videos_eval.tar", repo_type="dataset")
|