mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
6 lines
160 B
Python
6 lines
160 B
Python
# Copyright (c) OpenMMLab. All rights reserved.
|
|
from .citys_metric import CitysMetric
|
|
from .iou_metric import IoUMetric
|
|
|
|
__all__ = ['IoUMetric', 'CitysMetric']
|