mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-11-02 02:39:16 +00:00
delete test code
This commit is contained in:
parent
6b6cd95507
commit
3b81e30490
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user