MMOCR / mmocr /models /kie /heads /__init__.py
tomofi's picture
Add application file
2366e36
raw
history blame
107 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .sdmgr_head import SDMGRHead
__all__ = ['SDMGRHead']