Spaces:
Runtime error
Runtime error
# Copyright (c) OpenMMLab. All rights reserved. | |
from .metrics import CityscapesMetric, IoUMetric | |
__all__ = ['IoUMetric', 'CityscapesMetric'] | |