diff --git a/ppstructure/table/eval_table.py b/ppstructure/table/eval_table.py index 0ba7acbc44b145a97d3e913b85b6e626c9e8d1f9..00b9cd51e4b068c727288923c670050c923a23c5 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)