From 3b81e304900debc68567ce4917b4236c830a6f9c Mon Sep 17 00:00:00 2001 From: WenmuZhou Date: Tue, 8 Jun 2021 17:06:00 +0800 Subject: [PATCH] delete test code --- ppstructure/table/eval_table.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ppstructure/table/eval_table.py b/ppstructure/table/eval_table.py index 0ba7acbc..00b9cd51 100755 --- a/ppstructure/table/eval_table.py +++ b/ppstructure/table/eval_table.py @@ -38,8 +38,6 @@ def main(gt_path, img_root, args): pred_htmls = [] gt_htmls = [] for img_name in tqdm(jsons_gt): - if img_name != 'PMC1064865_002_00.png': - continue # 读取信息 img = cv2.imread(os.path.join(img_root,img_name)) pred_html = text_sys(img) -- GitLab