add table eval and predict script

This commit is contained in:
WenmuZhou 2021-06-03 16:44:04 +08:00
parent eb7ce442a3
commit cd0522fbfd
1 changed files with 1 additions and 1 deletions
ppstructure/table

View File

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