Upload constants.py
Browse files- constants.py +5 -5
constants.py
CHANGED
|
@@ -178,14 +178,14 @@ COLUMN_NAMES = MODEL_INFO + TASK_INFO
|
|
| 178 |
COLUMN_NAMES_QUALITY = MODEL_INFO_TAB_QUALITY + QUALITY_TAB
|
| 179 |
COLUMN_NAMES_I2V = MODEL_INFO_TAB_I2V + I2V_TAB
|
| 180 |
|
| 181 |
-
LEADERBORAD_INTRODUCTION = """#
|
| 182 |
|
| 183 |
-
π Welcome to the leaderboard of
|
| 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.
|
|
|
|
| 178 |
COLUMN_NAMES_QUALITY = MODEL_INFO_TAB_QUALITY + QUALITY_TAB
|
| 179 |
COLUMN_NAMES_I2V = MODEL_INFO_TAB_I2V + I2V_TAB
|
| 180 |
|
| 181 |
+
LEADERBORAD_INTRODUCTION = """# WorldScore Leaderboard
|
| 182 |
|
| 183 |
+
π Welcome to the leaderboard of **WorldScore**, the first unified evaluation 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/WorldScore-Website-green?logo=googlechrome&logoColor=green'></a>
|
| 187 |
+
<a href='https://github.com/haoyi-duan/WorldScore'><img src='https://img.shields.io/badge/WorldScore-Code-blue?logo=github&logoColor=blue'></a>
|
| 188 |
+
<a href='https://huggingface.co/datasets/Howieeeee/WorldScore'><img src='https://img.shields.io/badge/WordScore-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.
|