From 9b1e9ae6dd22504251dbb7190d39d5b7823355de Mon Sep 17 00:00:00 2001 From: WenmuZhou <572459439@qq.com> Date: Tue, 21 Jun 2022 08:21:21 +0000 Subject: [PATCH] add table_ops.py --- ppocr/data/imaug/__init__.py | 2 +- ppocr/data/imaug/{gen_table_mask.py => table_ops.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename ppocr/data/imaug/{gen_table_mask.py => table_ops.py} (100%) diff --git a/ppocr/data/imaug/__init__.py b/ppocr/data/imaug/__init__.py index 548832fb..750a7541 100644 --- a/ppocr/data/imaug/__init__.py +++ b/ppocr/data/imaug/__init__.py @@ -34,7 +34,7 @@ from .label_ops import * from .east_process import * from .sast_process import * from .pg_process import * -from .gen_table_mask import * +from .table_ops import * from .vqa import * diff --git a/ppocr/data/imaug/gen_table_mask.py b/ppocr/data/imaug/table_ops.py similarity index 100% rename from ppocr/data/imaug/gen_table_mask.py rename to ppocr/data/imaug/table_ops.py -- GitLab