TTP / mmseg /evaluation /__init__.py
KyanChen's picture
Upload 1861 files
3b96cb1
raw
history blame
170 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .metrics import CityscapesMetric, DepthMetric, IoUMetric
__all__ = ['IoUMetric', 'CityscapesMetric', 'DepthMetric']