Spaces:
Running
Running
Update Space (evaluate main: 05209ece)
Browse files
README.md
CHANGED
@@ -10,6 +10,10 @@ pinned: false
|
|
10 |
tags:
|
11 |
- evaluate
|
12 |
- metric
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
# Metric Card for Mean IoU
|
|
|
10 |
tags:
|
11 |
- evaluate
|
12 |
- metric
|
13 |
+
description: >-
|
14 |
+
IoU is the area of overlap between the predicted segmentation and the ground truth divided by the area of union
|
15 |
+
between the predicted segmentation and the ground truth. For binary (two classes) or multi-class segmentation,
|
16 |
+
the mean IoU of the image is calculated by taking the IoU of each class and averaging them.
|
17 |
---
|
18 |
|
19 |
# Metric Card for Mean IoU
|