mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
[Fix] Fix typo in comments in mFscore (#1708)
This commit is contained in:
parent
144dc3919e
commit
fe455c2771
@ -216,7 +216,7 @@ def mean_fscore(results,
|
|||||||
label_map=dict(),
|
label_map=dict(),
|
||||||
reduce_zero_label=False,
|
reduce_zero_label=False,
|
||||||
beta=1):
|
beta=1):
|
||||||
"""Calculate Mean Intersection and Union (mIoU)
|
"""Calculate Mean F-Score (mFscore)
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
results (list[ndarray] | list[str]): List of prediction segmentation
|
results (list[ndarray] | list[str]): List of prediction segmentation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user