Skip to content

Commit fe455c2

Browse files
authored
[Fix] Fix typo in comments in mFscore (open-mmlab#1708)
1 parent 144dc39 commit fe455c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmseg/core/evaluation/metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def mean_fscore(results,
216216
label_map=dict(),
217217
reduce_zero_label=False,
218218
beta=1):
219-
"""Calculate Mean Intersection and Union (mIoU)
219+
"""Calculate Mean F-Score (mFscore)
220220
221221
Args:
222222
results (list[ndarray] | list[str]): List of prediction segmentation

0 commit comments

Comments
 (0)