mirror of
https://github.com/open-mmlab/mmocr.git
synced 2025-06-03 21:54:47 +08:00
* bezier align * Update projects/ABCNet/README.md * Update projects/ABCNet/README.md * update * updata home readme Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
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']
|