mirror of https://github.com/open-mmlab/mmocr.git
5 lines
133 B
Python
5 lines
133 B
Python
|
# Copyright (c) OpenMMLab. All rights reserved.
|
||
|
from .e2e_hmean_iou_metric import E2EHmeanIOUMetric
|
||
|
|
||
|
__all__ = ['E2EHmeanIOUMetric']
|