From a2a96078a31d3bcabc6a2acf8df17cff2a8d851c Mon Sep 17 00:00:00 2001 From: echo840 <87795401+echo840@users.noreply.github.com> Date: Tue, 20 Feb 2024 14:56:46 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a61086..8f282b9 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ The test code for evaluating models in the paper can be found in [scripts](./scr 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 +python ./scripts/monkey.py --image_folder ./OCRBench_Images --OCRBench_file ./OCRBench/OCRBench.json --save_name Monkey_OCRBench --num_workers GPU_Nums # Test on OCRBench +python ./scripts/monkey.py --image_folder ./OCRBench_Images --OCRBench_file ./OCRBench/FullTest.json --save_name Monkey_FullTest --num_workers GPU_Nums # Full Test ```