From cd0522fbfda20b81c540f2883bc5fe033e8cf941 Mon Sep 17 00:00:00 2001 From: WenmuZhou Date: Thu, 3 Jun 2021 16:44:04 +0800 Subject: [PATCH] add table eval and predict script --- ppstructure/table/predict_table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppstructure/table/predict_table.py b/ppstructure/table/predict_table.py index 36cf4939..30e503e5 100644 --- a/ppstructure/table/predict_table.py +++ b/ppstructure/table/predict_table.py @@ -31,7 +31,7 @@ import tools.infer.predict_det as predict_det import ppstructure.table.predict_structure as predict_strture from ppocr.utils.utility import get_image_file_list, check_and_read_gif from ppocr.utils.logging import get_logger -from ppocr.utils.table_utils.matcher import distance, compute_iou +from ppstructure.table.matcher import distance, compute_iou logger = get_logger()