phil329 commited on
Commit
48add2e
·
verified ·
1 Parent(s): ab09854

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -18,7 +18,7 @@ size_categories:
18
 
19
 
20
  # Summary
21
- This is the dataset proposed in the paper "[**OpenVid-1M: A Large-Scale High-Quality Dataset for Text-to-video Generation**](https://arxiv.org/abs/2407.02371)".
22
  OpenVid-1M is a high-quality text-to-video dataset designed for research institutions to enhance video quality, featuring high aesthetics, clarity, and resolution. It can be used for direct training or as a quality tuning complement to other video datasets.
23
 
24
  **New Feature**: Video-ZIP mapping files now available for efficient video lookup (see [Dataset Structure](#dataset-structure) and [Extended Usage](#extended-usage)).
@@ -79,8 +79,18 @@ print(f"Video {video_name} is in {result.zip_file.values[0]} at path {result.vid
79
  unzip OpenVid_part0.zip "OpenVid_part1/celebv_--Jiv5iYqT8_0.mp4" -d target_folder
80
  # Unzip files (-j flattens directory structure)
81
  ```
 
 
 
 
 
 
 
 
 
 
 
 
82
 
83
 
84
 
85
- # Acknowledgments
86
- The video-ZIP mapping system was developed to enhance dataset accessibility while maintaining original directory structures. Special thanks to the original dataset contributors.
 
18
 
19
 
20
  # Summary
21
+ This is the extent dataset proposed in the paper "[**OpenVid-1M: A Large-Scale High-Quality Dataset for Text-to-video Generation**](https://arxiv.org/abs/2407.02371)".
22
  OpenVid-1M is a high-quality text-to-video dataset designed for research institutions to enhance video quality, featuring high aesthetics, clarity, and resolution. It can be used for direct training or as a quality tuning complement to other video datasets.
23
 
24
  **New Feature**: Video-ZIP mapping files now available for efficient video lookup (see [Dataset Structure](#dataset-structure) and [Extended Usage](#extended-usage)).
 
79
  unzip OpenVid_part0.zip "OpenVid_part1/celebv_--Jiv5iYqT8_0.mp4" -d target_folder
80
  # Unzip files (-j flattens directory structure)
81
  ```
82
+ # Citation and Acknowledgments
83
+
84
+ This mapping dataset was developed to enhance **OpenVid-1M** accessibility. Special thanks to the original dataset contributors.
85
+
86
+ ```bibtex
87
+ @article{nan2024openvid,
88
+ title={OpenVid-1M: A Large-Scale High-Quality Dataset for Text-to-video Generation},
89
+ author={Nan, Kepan and Xie, Rui and Zhou, Penghao and Fan, Tiehan and Yang, Zhenheng and Chen, Zhijie and Li, Xiang and Yang, Jian and Tai, Ying},
90
+ journal={arXiv preprint arXiv:2407.02371},
91
+ year={2024}
92
+ }
93
+ ```
94
 
95
 
96