We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d98b6e commit c2ef879Copy full SHA for c2ef879
mindocr/data/transforms/transforms_factory.py
@@ -1,3 +1,4 @@
1
+# flake8: noqa: F405
2
"""
3
Create and run transformations from a config or predefined transformation pipeline
4
@@ -11,7 +12,6 @@
11
12
from .svtr_transform import *
13
from .table_transform import *
14
-# noqa: F405
15
SUPPORTED_TRANSFORMS = {
16
"EASTProcessTrain": EASTProcessTrain,
17
"DetLabelEncode": DetLabelEncode,
mindocr/postprocess/builder.py
from . import (
cls_postprocess,
det_db_postprocess,
@@ -21,7 +22,6 @@
21
22
23
__all__ = ["build_postprocess"]
24
25
SUPPORTED_POSTPROCESS = {
26
"DBPostprocess": DBPostprocess,
27
"PSEPostprocess": PSEPostprocess,
0 commit comments