5 lines
107 B
Python
5 lines
107 B
Python
|
# Copyright (c) OpenMMLab. All rights reserved.
|
||
|
from .iou_metric import IoUMetric
|
||
|
|
||
|
__all__ = ['IoUMetric']
|