Ziqi commited on
Commit
8aaab52
β€’
1 Parent(s): f9507b3

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +13 -1
constants.py CHANGED
@@ -84,7 +84,19 @@ COLUMN_NAMES = MODEL_INFO + TASK_INFO
84
 
85
  LEADERBORAD_INTRODUCTION = """# VBench Leaderboard
86
 
87
- πŸ† Welcome to the leaderboard of the VBench! 🎦
 
 
 
 
 
 
 
 
 
 
 
 
88
 
89
  Please follow the instructions in [VBench](https://github.com/Vchitect/VBench?tab=readme-ov-file#usage) to upload the generated `result.json` file here. After clicking the `Submit Eval` button, click the `Refresh` button.
90
  """
 
84
 
85
  LEADERBORAD_INTRODUCTION = """# VBench Leaderboard
86
 
87
+ *"Which Video Generation Model is better?"*
88
+ πŸ† Welcome to the leaderboard of the **VBench**! 🎦 *A Comprehensive Benchmark Suite for Video Generative Models*
89
+ - **Comprehensive Dimensions:** We carefully decompose video generation quality into 16 comprehensive dimensions to reveal individual model's strengths and weaknesses.
90
+ - **Human Alignment:** We conducted extensive experiments and human annotations to validate robustness of VBench.
91
+ - **Valuable Insights:** VBench provides multi-perspective insights useful for the community.
92
+ <!-- [![arXiv](https://img.shields.io/badge/arXiv-2311.99999-b31b1b.svg)](https://arxiv.org/abs/2311.99999) -->
93
+ [![Paper](https://img.shields.io/badge/cs.CV-Paper-b31b1b?logo=arxiv&logoColor=red)](https://arxiv.org/abs/2311.17982)
94
+ [![Project Page](https://img.shields.io/badge/VBench-Website-green?logo=googlechrome&logoColor=green)](https://vchitect.github.io/VBench-project/)
95
+ [![PyPI](https://img.shields.io/pypi/v/vbench)](https://pypi.org/project/vbench/)
96
+ [![Code](https://img.shields.io/badge/GitHub%20Code%3F-brightgreen.svg?style=flat))](https://github.com/Vchitect/VBench)
97
+ [![Video](https://img.shields.io/badge/YouTube-Video-c4302b?logo=youtube&logoColor=red)](https://www.youtube.com/watch?v=7IhCC8Qqn8Y)
98
+ [![Visitor](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FVchitect%2FVBench&count_bg=%23FFA500&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=visitors&edge_flat=false)](https://hits.seeyoufarm.com)
99
+
100
 
101
  Please follow the instructions in [VBench](https://github.com/Vchitect/VBench?tab=readme-ov-file#usage) to upload the generated `result.json` file here. After clicking the `Submit Eval` button, click the `Refresh` button.
102
  """