From fe455c27713a382e8d5142a18e70f36df196f486 Mon Sep 17 00:00:00 2001 From: MengzhangLI Date: Mon, 27 Jun 2022 13:04:41 +0800 Subject: [PATCH] [Fix] Fix typo in comments in mFscore (#1708) --- mmseg/core/evaluation/metrics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmseg/core/evaluation/metrics.py b/mmseg/core/evaluation/metrics.py index a1c0908e1..0d1b9f56a 100644 --- a/mmseg/core/evaluation/metrics.py +++ b/mmseg/core/evaluation/metrics.py @@ -216,7 +216,7 @@ def mean_fscore(results, label_map=dict(), reduce_zero_label=False, beta=1): - """Calculate Mean Intersection and Union (mIoU) + """Calculate Mean F-Score (mFscore) Args: results (list[ndarray] | list[str]): List of prediction segmentation