Update README.md

This commit is contained in:
echo840
2024-02-22 10:51:44 +08:00
committed by GitHub
parent a2a96078a3
commit e335694a91

View File

@@ -23,7 +23,7 @@ You can find the results of Large Multimodal Models in **[OCRBench Leaderboard](
<img src="./images/GPT4V_Gemini.png" width="96%" height="96%">
# Evaluation
The test code for evaluating models in the paper can be found in [scripts](./scripts). If you want to evaluate other models, please edit the "TODO" things in [example](./example.py).
The test code for evaluating models in the paper can be found in [scripts](./scripts). Before conducting the evaluation, you need to configure the model weights and environment based on the official code link provided in the scripts. If you want to evaluate other models, please edit the "TODO" things in [example](./example.py).
Example evaluation scripts:
```python