File size: 142 Bytes
2ae34e9
 
 
 
1
2
3
4
5
# Copyright (c) OpenMMLab. All rights reserved.
from .metrics import CityscapesMetric, IoUMetric

__all__ = ['IoUMetric', 'CityscapesMetric']