ynhe commited on
Commit
f2aa941
·
verified ·
1 Parent(s): a84356a

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +6 -0
constants.py CHANGED
@@ -258,6 +258,12 @@ CITATION_BUTTON_TEXT = r"""@inproceedings{huang2023vbench,
258
  booktitle={Proceedings of the IEEE/CVF conference on computer vision and pattern recognition},
259
  year={2024}
260
  }"""
 
 
 
 
 
 
261
 
262
  QUALITY_CLAIM_TEXT = "We use all the videos on Sora website (https://openai.com/sora) for a preliminary evaluation, including the failure case videos Sora provided."
263
 
 
258
  booktitle={Proceedings of the IEEE/CVF conference on computer vision and pattern recognition},
259
  year={2024}
260
  }"""
261
+ CITATION_2_BUTTON_TEXT = r"""@inproceedings{huang2023vbench,
262
+ title={{VBench}: Comprehensive Benchmark Suite for Video Generative Models},
263
+ author={Huang, Ziqi and He, Yinan and Yu, Jiashuo and Zhang, Fan and Si, Chenyang and Jiang, Yuming and Zhang, Yuanhan and Wu, Tianxing and Jin, Qingyang and Chanpaisit, Nattapol and Wang, Yaohui and Chen, Xinyuan and Wang, Limin and Lin, Dahua and Qiao, Yu and Liu, Ziwei},
264
+ booktitle={Proceedings of the IEEE/CVF conference on computer vision and pattern recognition},
265
+ year={2024}
266
+ }"""
267
 
268
  QUALITY_CLAIM_TEXT = "We use all the videos on Sora website (https://openai.com/sora) for a preliminary evaluation, including the failure case videos Sora provided."
269