From d41af1e33d34a8b88b7056c29ca23d584ce156a7 Mon Sep 17 00:00:00 2001 From: 99Franklin <358622371@qq.com> Date: Tue, 31 Dec 2024 11:00:21 +0800 Subject: [PATCH] rename filename --- OCRBench_v2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OCRBench_v2/README.md b/OCRBench_v2/README.md index add82d4..cfb5c78 100644 --- a/OCRBench_v2/README.md +++ b/OCRBench_v2/README.md @@ -51,7 +51,7 @@ Example structure of the JSON file: ``` ## Evaluation Scripts -After obtaining the inference results from the model, you can use the following scripts to calculate the final score for OCRBench v2. For example, `./pred_folder/internvl2_5_26b.json` contains sample inference results generated by InternVL2.5-26B using [VLMEvalKit](https://github.com/open-compass/VLMEvalKit).To compute the score for each sample, you can use the script `./eval_scripts/eval.py`. The results will be saved in the `./res_folder`. +After obtaining the inference results from the model, you can use the following scripts to calculate the final score for OCRBench v2. For example, `./pred_folder/internvl2_5_26b.json` contains sample inference results generated by InternVL2.5-26B using [VLMEvalKit](https://github.com/open-compass/VLMEvalKit). To compute the score for each sample, you can use the script `./eval_scripts/eval.py`. The results will be saved in the `./res_folder`. ```python python ./eval_scripts/eval.py --input_path ./pred_folder/internvl2_5_26b.json --output_path ./res_folder/internvl2_5_26b.json