Spaces:
Running
Running
Update constants.py
Browse files- constants.py +6 -2
constants.py
CHANGED
@@ -161,7 +161,7 @@ COLUMN_NAMES_I2V = MODEL_INFO_TAB_I2V + I2V_TAB
|
|
161 |
LEADERBORAD_INTRODUCTION = """# VBench Leaderboard
|
162 |
|
163 |
*"Which Video Generation Model is better?"*
|
164 |
-
π Welcome to the leaderboard of the **VBench**! π¦ *A Comprehensive Benchmark Suite for Video Generative Models* (**CVPR 2024**) [![Code](https://img.shields.io/github/stars/Vchitect/VBench.svg?style=social&label=Official)](https://github.com/Vchitect/VBench)
|
165 |
<div style="display: flex; flex-wrap: wrap; align-items: center; gap: 10px;">
|
166 |
<a href='https://arxiv.org/abs/2311.17982'><img src='https://img.shields.io/badge/cs.CV-Paper-b31b1b?logo=arxiv&logoColor=red'></a>
|
167 |
<a href='https://vchitect.github.io/VBench-project/'><img src='https://img.shields.io/badge/VBench-Website-green?logo=googlechrome&logoColor=green'></a>
|
@@ -174,7 +174,11 @@ LEADERBORAD_INTRODUCTION = """# VBench Leaderboard
|
|
174 |
- **Human Alignment:** We conducted extensive experiments and human annotations to validate robustness of VBench.
|
175 |
- **Valuable Insights:** VBench provides multi-perspective insights useful for the community.
|
176 |
|
177 |
-
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.
|
|
|
|
|
|
|
|
|
178 |
"""
|
179 |
|
180 |
SUBMIT_INTRODUCTION = """# Submit on VBench Benchmark Introduction
|
|
|
161 |
LEADERBORAD_INTRODUCTION = """# VBench Leaderboard
|
162 |
|
163 |
*"Which Video Generation Model is better?"*
|
164 |
+
π Welcome to the leaderboard of the **VBench**! π¦ *A Comprehensive Benchmark Suite for Video Generative Models* (**CVPR 2024 Spotlight**) [![Code](https://img.shields.io/github/stars/Vchitect/VBench.svg?style=social&label=Official)](https://github.com/Vchitect/VBench)
|
165 |
<div style="display: flex; flex-wrap: wrap; align-items: center; gap: 10px;">
|
166 |
<a href='https://arxiv.org/abs/2311.17982'><img src='https://img.shields.io/badge/cs.CV-Paper-b31b1b?logo=arxiv&logoColor=red'></a>
|
167 |
<a href='https://vchitect.github.io/VBench-project/'><img src='https://img.shields.io/badge/VBench-Website-green?logo=googlechrome&logoColor=green'></a>
|
|
|
174 |
- **Human Alignment:** We conducted extensive experiments and human annotations to validate robustness of VBench.
|
175 |
- **Valuable Insights:** VBench provides multi-perspective insights useful for the community.
|
176 |
|
177 |
+
**Join Leaderboard**: 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.
|
178 |
+
|
179 |
+
**Model Information**: What are the details of these Video Generation Models? See [HERE](https://github.com/Vchitect/VBench/tree/master/sampled_videos#what-are-the-details-of-the-video-generation-models)
|
180 |
+
|
181 |
+
**Credits**: This leaderboard is updated and maintained by the team of [VBench Contributors](https://github.com/Vchitect/VBench?tab=readme-ov-file#muscle-vbench-contributors).
|
182 |
"""
|
183 |
|
184 |
SUBMIT_INTRODUCTION = """# Submit on VBench Benchmark Introduction
|