Skip to content

Commit

Permalink
add init file fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MeowZheng committed Mar 1, 2023
1 parent 0f5af54 commit 7c628e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mmseg/evaluation/metrics/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) OpenMMLab. All rights reserved.
from .citys_metric import CitysMetric
from .citys_metric import CityscapesMetric
from .iou_metric import IoUMetric

__all__ = ['IoUMetric', 'CitysMetric']
__all__ = ['IoUMetric', 'CityscapesMetric']

0 comments on commit 7c628e6

Please sign in to comment.