From eb7ecc408f55dc01cdab2ee9bc773f0461228e52 Mon Sep 17 00:00:00 2001 From: echo840 <87795401+echo840@users.noreply.github.com> Date: Sun, 22 Sep 2024 15:56:20 +0800 Subject: [PATCH] Update MiniMonkey.py --- scripts/MiniMonkey.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/MiniMonkey.py b/scripts/MiniMonkey.py index a5b7333..5c10a5d 100644 --- a/scripts/MiniMonkey.py +++ b/scripts/MiniMonkey.py @@ -164,7 +164,7 @@ def _get_args(): parser.add_argument("--image_folder", type=str, default="./OCRBench_Images") parser.add_argument("--output_folder", type=str, default="./results") parser.add_argument("--OCRBench_file", type=str, default="./OCRBench/OCRBench.json") - parser.add_argument("--model_path", type=str, default='mx262/MiniMokney')#TODO Set the address of your model's weights + parser.add_argument("--model_path", type=str, default='mx262/MiniMonkey')#TODO Set the address of your model's weights parser.add_argument("--save_name", type=str, default="MiniMokney") #TODO Set the name of the JSON file you save in the output_folder. parser.add_argument("--num_workers", type=int, default=1) args = parser.parse_args()