Spaces:
Runtime error
Runtime error
File size: 170 Bytes
2ae34e9 |
1 2 3 4 5 6 |
# Copyright (c) OpenMMLab. All rights reserved.
from .citys_metric import CityscapesMetric
from .iou_metric import IoUMetric
__all__ = ['IoUMetric', 'CityscapesMetric']
|