Skip to content

Commit

Permalink
[Fix] Fix typo in comments in mFscore
Browse files Browse the repository at this point in the history
  • Loading branch information
MengzhangLI committed Jun 25, 2022
1 parent 144dc39 commit e528d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmseg/core/evaluation/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e528d90

Please sign in to comment.