From d82666b575006791af51e7c65df3adbff3a37e9d Mon Sep 17 00:00:00 2001 From: lz <87795401+echo840@users.noreply.github.com> Date: Wed, 17 Jan 2024 22:56:04 +0800 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 13494aa..d2dca94 100644 --- a/README.md +++ b/README.md @@ -22,5 +22,16 @@ You can find the results of Large Multimodal Models in **[OCRBench Leaderboard]( +# Evaluation +The test code for the testing models can be found in [scripts](./scripts). If you want to evaluate other models, please edit the "TODO" things in [example](./example.py). + +Example evaluation scripts: +```python + +python ./scripts/monkey.py --image_folder ./data --OCRBench_file ./OCRBench/OCRBench.json --save_name Monkey_OCRBench --num_workers GPU_Nums # Test on OCRBench +python ./scripts/monkey.py --image_folder ./data --OCRBench_file ./OCRBench/FullTest.json --save_name Monkey_FullTest --num_workers GPU_Nums # Full Test + +``` +