Upload constants.py
Browse files- constants.py +3 -11
constants.py
CHANGED
@@ -183,20 +183,12 @@ LEADERBORAD_INTRODUCTION = """# VBench Leaderboard
|
|
183 |
π Welcome to the leaderboard of the **WorldScore**! *The first unified benchmark for world generation*
|
184 |
<div style="display: flex; flex-wrap: wrap; align-items: center; gap: 10px;">
|
185 |
<a href=''><img src='https://img.shields.io/badge/cs.CV-Paper-b31b1b?logo=arxiv&logoColor=red'></a>
|
186 |
-
<a href='https://haoyi-duan.github.io/WorldScore/'><img src='https://img.shields.io/badge/
|
187 |
-
<a href='https://github.com/haoyi-duan/WorldScore'><img src='https://img.shields.io/badge/
|
188 |
-
<a href='https://huggingface.co/datasets/Howieeeee/WorldScore'><img src='https://img.shields.io/badge/
|
189 |
</div>
|
190 |
|
191 |
-
- **Comprehensive Dimensions:** We carefully decompose video generation quality into 16 comprehensive dimensions to reveal individual model's strengths and weaknesses.
|
192 |
-
- **Human Alignment:** We conducted extensive experiments and human annotations to validate robustness of VBench.
|
193 |
-
- **Valuable Insights:** VBench provides multi-perspective insights useful for the community.
|
194 |
-
|
195 |
**Join Leaderboard**: Please see the [instructions](https://github.com/Vchitect/VBench/tree/master?tab=readme-ov-file#trophy-leaderboard) for 3 options to participate. One option is to follow [VBench Usage info](https://github.com/Vchitect/VBench?tab=readme-ov-file#usage), and upload the generated `result.json` file here. After clicking the `Submit here!` button, click the `Refresh` button.
|
196 |
-
|
197 |
-
**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)
|
198 |
-
|
199 |
-
**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).
|
200 |
"""
|
201 |
|
202 |
SUBMIT_INTRODUCTION = """# Submit on VBench Benchmark Introduction
|
|
|
183 |
π Welcome to the leaderboard of the **WorldScore**! *The first unified benchmark for world generation*
|
184 |
<div style="display: flex; flex-wrap: wrap; align-items: center; gap: 10px;">
|
185 |
<a href=''><img src='https://img.shields.io/badge/cs.CV-Paper-b31b1b?logo=arxiv&logoColor=red'></a>
|
186 |
+
<a href='https://haoyi-duan.github.io/WorldScore/'><img src='https://img.shields.io/badge/Website-green?logo=googlechrome&logoColor=green'></a>
|
187 |
+
<a href='https://github.com/haoyi-duan/WorldScore'><img src='https://img.shields.io/badge/Code-blue?logo=github&logoColor=blue'></a>
|
188 |
+
<a href='https://huggingface.co/datasets/Howieeeee/WorldScore'><img src='https://img.shields.io/badge/Dataset-yellow?logo=huggingface&logoColor=yellow'></a>
|
189 |
</div>
|
190 |
|
|
|
|
|
|
|
|
|
191 |
**Join Leaderboard**: Please see the [instructions](https://github.com/Vchitect/VBench/tree/master?tab=readme-ov-file#trophy-leaderboard) for 3 options to participate. One option is to follow [VBench Usage info](https://github.com/Vchitect/VBench?tab=readme-ov-file#usage), and upload the generated `result.json` file here. After clicking the `Submit here!` button, click the `Refresh` button.
|
|
|
|
|
|
|
|
|
192 |
"""
|
193 |
|
194 |
SUBMIT_INTRODUCTION = """# Submit on VBench Benchmark Introduction
|