Update constants.py
Browse files- constants.py +1 -1
constants.py
CHANGED
@@ -36,7 +36,7 @@ LEADERBORAD_INTRODUCTION = """# SEED-Bench Leaderboard
|
|
36 |
"""
|
37 |
|
38 |
SUBMIT_INTRODUCTION = """# Submit Precautions
|
39 |
-
1. Attain JSON file from our [github repository](https://github.com/AILab-CVC/SEED-Bench) after evaluation. For example, you can obtain InstructBLIP's JSON file as results/results.json after running
|
40 |
```shell
|
41 |
python eval.py --model instruct_blip --anno_path SEED-Bench.json --output-dir results
|
42 |
```
|
|
|
36 |
"""
|
37 |
|
38 |
SUBMIT_INTRODUCTION = """# Submit Precautions
|
39 |
+
1. Attain 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
|
40 |
```shell
|
41 |
python eval.py --model instruct_blip --anno_path SEED-Bench.json --output-dir results
|
42 |
```
|