Update constants.py
Browse files- constants.py +1 -1
constants.py
CHANGED
@@ -28,7 +28,7 @@ LEADERBORAD_INTRODUCTION = """# SEED-Bench Leaderboard
|
|
28 |
Please refer to [our paper](https://arxiv.org/abs/2307.16125) for more details.
|
29 |
"""
|
30 |
|
31 |
-
SUBMIT_INTRODUCTION = """# Submit Introduction
|
32 |
1. Obtain JSON file from our [github repository](https://github.com/AILab-CVC/SEED-Bench#leaderboard-submit) after evaluation. For example, you can obtain InstructBLIP's JSON file as results/results.json after running
|
33 |
```shell
|
34 |
python eval.py --model instruct_blip --anno_path SEED-Bench.json --output-dir results
|
|
|
28 |
Please refer to [our paper](https://arxiv.org/abs/2307.16125) for more details.
|
29 |
"""
|
30 |
|
31 |
+
SUBMIT_INTRODUCTION = """# Submit on SEED Benchmark v1 Introduction
|
32 |
1. Obtain JSON file from our [github repository](https://github.com/AILab-CVC/SEED-Bench#leaderboard-submit) after evaluation. For example, you can obtain InstructBLIP's JSON file as results/results.json after running
|
33 |
```shell
|
34 |
python eval.py --model instruct_blip --anno_path SEED-Bench.json --output-dir results
|