lvwerra HF staff commited on
Commit
19cc0cc
·
1 Parent(s): 7df9669

Update Space (evaluate main: 05209ece)

Browse files
Files changed (1) hide show
  1. README.md +4 -0
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