MMOCR / mmocr /models /kie /heads /__init__.py
nguyendu392's picture
Duplicate from tomofi/MMOCR
e198e1c
raw
history blame contribute delete
107 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .sdmgr_head import SDMGRHead
__all__ = ['SDMGRHead']