WenhaoWang commited on
Commit
c8f30ea
·
verified ·
1 Parent(s): 53d779f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -110,6 +110,12 @@ for i in range(1,3):
110
  hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="sub_image_prompt_tar/sub_image_prompt_%d.tar"%i, repo_type="dataset")
111
  ```
112
 
 
 
 
 
 
 
113
  ```python
114
  # Full videos generated by Pika: ~1T
115
  from huggingface_hub import hf_hub_download
 
110
  hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="sub_image_prompt_tar/sub_image_prompt_%d.tar"%i, repo_type="dataset")
111
  ```
112
 
113
+ ```python
114
+ # 10k TIP-Eval uncompressed image prompts: ~69.6G
115
+ from huggingface_hub import hf_hub_download
116
+ hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="eval_image_prompt_tar/eval_image_prompt.tar", repo_type="dataset")
117
+ ```
118
+
119
  ```python
120
  # Full videos generated by Pika: ~1T
121
  from huggingface_hub import hf_hub_download