1
0
mirror of https://github.com/open-mmlab/mmocr.git synced 2025-06-03 21:54:47 +08:00
This commit is contained in:
jiangqing.vendor 2022-07-15 19:53:16 +08:00 committed by gaotongxiao
parent 8c5e83c521
commit 16b41108f9

@ -4,6 +4,7 @@ from .data_preprocessors import * # NOQA
from .decoders import * # NOQA
from .dictionary import * # NOQA
from .encoders import * # NOQA
from .module_losses import * # NOQA
from .plugins import * # NOQA
from .postprocessors import * # NOQA
from .recognizers import * # NOQA