mirror of
https://github.com/open-mmlab/mmocr.git
synced 2025-06-03 21:54:47 +08:00
6 lines
184 B
Python
6 lines
184 B
Python
|
# Copyright (c) OpenMMLab. All rights reserved.
|
||
|
# Copyright (c) OpenMMLab. All rights reserved.
|
||
|
from .metric import * # NOQA
|
||
|
from .model import * # NOQA
|
||
|
from .utils import * # NOQA
|