delete test code

This commit is contained in:
WenmuZhou 2021-06-08 17:06:00 +08:00
parent 6b6cd95507
commit 3b81e30490
1 changed files with 0 additions and 2 deletions

View File

@ -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)