Spaces:
Running
Running
Update the org name in constants.py to zai-org
Browse files- constants.py +8 -9
constants.py
CHANGED
|
@@ -20,7 +20,7 @@ DATA_TITILE_TYPE = ['markdown', 'markdown', 'markdown', 'number', 'number', 'num
|
|
| 20 |
'number', 'number']
|
| 21 |
|
| 22 |
SUBMISSION_NAME = "MotionBench_submission"
|
| 23 |
-
SUBMISSION_URL = os.path.join("https://huggingface.co/datasets/
|
| 24 |
CSV_DIR = "./MotionBench_submission/result.csv"
|
| 25 |
test_answer_file = "./MotionBench_submission/test_ans_video_info.meta.jsonl"
|
| 26 |
dev_answer_file = "./MotionBench_submission/dev_ans_video_info.meta.jsonl"
|
|
@@ -28,7 +28,7 @@ dev_answer_file = "./MotionBench_submission/dev_ans_video_info.meta.jsonl"
|
|
| 28 |
COLUMN_NAMES = MODEL_INFO + TASK_INFO
|
| 29 |
|
| 30 |
LEADERBORAD_INTRODUCTION = """# MotionBench Leaderboard
|
| 31 |
-
Welcome to the leaderboard of the MotionBench! 🏆 You can prepare your submission by following the [instructions](https://github.com/
|
| 32 |
"""
|
| 33 |
|
| 34 |
SUBMIT_INTRODUCTION = """# Submit on MotionBench Benchmark Introduction
|
|
@@ -42,11 +42,10 @@ LEADERBORAD_INFO = """
|
|
| 42 |
"""
|
| 43 |
|
| 44 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
| 45 |
-
CITATION_BUTTON_TEXT = r"""@
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
primaryClass={cs.CV}
|
| 52 |
}"""
|
|
|
|
| 20 |
'number', 'number']
|
| 21 |
|
| 22 |
SUBMISSION_NAME = "MotionBench_submission"
|
| 23 |
+
SUBMISSION_URL = os.path.join("https://huggingface.co/datasets/zai-org/", SUBMISSION_NAME)
|
| 24 |
CSV_DIR = "./MotionBench_submission/result.csv"
|
| 25 |
test_answer_file = "./MotionBench_submission/test_ans_video_info.meta.jsonl"
|
| 26 |
dev_answer_file = "./MotionBench_submission/dev_ans_video_info.meta.jsonl"
|
|
|
|
| 28 |
COLUMN_NAMES = MODEL_INFO + TASK_INFO
|
| 29 |
|
| 30 |
LEADERBORAD_INTRODUCTION = """# MotionBench Leaderboard
|
| 31 |
+
Welcome to the leaderboard of the MotionBench! 🏆 You can prepare your submission by following the [instructions](https://github.com/zai-org/MotionBench?tab=readme-ov-file#get-evaluation-results-and-submit-to-leaderboard).
|
| 32 |
"""
|
| 33 |
|
| 34 |
SUBMIT_INTRODUCTION = """# Submit on MotionBench Benchmark Introduction
|
|
|
|
| 42 |
"""
|
| 43 |
|
| 44 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
| 45 |
+
CITATION_BUTTON_TEXT = r"""@inproceedings{hong2025motionbench,
|
| 46 |
+
title={Motionbench: Benchmarking and improving fine-grained video motion understanding for vision language models},
|
| 47 |
+
author={Hong, Wenyi and Cheng, Yean and Yang, Zhuoyi and Wang, Weihan and Wang, Lefan and Gu, Xiaotao and Huang, Shiyu and Dong, Yuxiao and Tang, Jie},
|
| 48 |
+
booktitle={Proceedings of the Computer Vision and Pattern Recognition Conference},
|
| 49 |
+
pages={8450--8460},
|
| 50 |
+
year={2025}
|
|
|
|
| 51 |
}"""
|