Commit 3b81e304 authored by WenmuZhou's avatar WenmuZhou
Browse files

delete test code

parent 6b6cd955
...@@ -38,8 +38,6 @@ def main(gt_path, img_root, args): ...@@ -38,8 +38,6 @@ def main(gt_path, img_root, args):
pred_htmls = [] pred_htmls = []
gt_htmls = [] gt_htmls = []
for img_name in tqdm(jsons_gt): 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)) img = cv2.imread(os.path.join(img_root,img_name))
pred_html = text_sys(img) pred_html = text_sys(img)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment