Spaces:
Running
Running
Update constants.py
Browse files- constants.py +3 -0
constants.py
CHANGED
@@ -162,6 +162,7 @@ SUBMISSION_URL = os.path.join("https://huggingface.co/datasets/Vchitect/", SUBMI
|
|
162 |
CSV_DIR = "./vbench_leaderboard_submission/results.csv"
|
163 |
QUALITY_DIR = "./vbench_leaderboard_submission/quality.csv"
|
164 |
I2V_DIR = "./vbench_leaderboard_submission/i2v_results.csv"
|
|
|
165 |
|
166 |
COLUMN_NAMES = MODEL_INFO + TASK_INFO
|
167 |
COLUMN_NAMES_QUALITY = MODEL_INFO_TAB_QUALITY + QUALITY_TAB
|
@@ -220,6 +221,8 @@ QUALITY_CLAIM_TEXT = "We use all the videos on Sora website (https://openai.com/
|
|
220 |
|
221 |
I2V_CLAIM_TEXT = "Since the open-sourced SVD models do not accept text input during the I2V stage, we are unable to evaluate its `camera motion` in terms of `video-text consistency`. The total score is calculated based on all dimensions except `camera motion`."
|
222 |
|
|
|
|
|
223 |
NORMALIZE_DIC = {
|
224 |
"subject consistency": {"Min": 0.1462, "Max": 1.0},
|
225 |
"background consistency": {"Min": 0.2615, "Max": 1.0},
|
|
|
162 |
CSV_DIR = "./vbench_leaderboard_submission/results.csv"
|
163 |
QUALITY_DIR = "./vbench_leaderboard_submission/quality.csv"
|
164 |
I2V_DIR = "./vbench_leaderboard_submission/i2v_results.csv"
|
165 |
+
LONG_DIR = "./vbench_leaderboard_submission/long.csv"
|
166 |
|
167 |
COLUMN_NAMES = MODEL_INFO + TASK_INFO
|
168 |
COLUMN_NAMES_QUALITY = MODEL_INFO_TAB_QUALITY + QUALITY_TAB
|
|
|
221 |
|
222 |
I2V_CLAIM_TEXT = "Since the open-sourced SVD models do not accept text input during the I2V stage, we are unable to evaluate its `camera motion` in terms of `video-text consistency`. The total score is calculated based on all dimensions except `camera motion`."
|
223 |
|
224 |
+
LONG_CLAIM_TEXT = ""
|
225 |
+
|
226 |
NORMALIZE_DIC = {
|
227 |
"subject consistency": {"Min": 0.1462, "Max": 1.0},
|
228 |
"background consistency": {"Min": 0.2615, "Max": 1.0},
|