WenhaoWang
commited on
Commit
•
beaae8c
1
Parent(s):
461df7e
Update README.md
Browse files
README.md
CHANGED
@@ -173,7 +173,7 @@ hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="subset_videos_tar/cog_vi
|
|
173 |
```
|
174 |
|
175 |
```python
|
176 |
-
# 10k TIP-Eval videos generated by Pika (~5.8G), Stable Video Diffusion (~3.9G), Open-Sora (~
|
177 |
from huggingface_hub import hf_hub_download
|
178 |
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="eval_videos_tar/pika_videos_eval.tar", repo_type="dataset")
|
179 |
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="eval_videos_tar/svd_videos_eval.tar", repo_type="dataset")
|
|
|
173 |
```
|
174 |
|
175 |
```python
|
176 |
+
# 10k TIP-Eval videos generated by Pika (~5.8G), Stable Video Diffusion (~3.9G), Open-Sora (~4.7G), I2VGen-XL (~5.4G), and CogVideoX-5B (~xxG)
|
177 |
from huggingface_hub import hf_hub_download
|
178 |
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="eval_videos_tar/pika_videos_eval.tar", repo_type="dataset")
|
179 |
hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="eval_videos_tar/svd_videos_eval.tar", repo_type="dataset")
|