Add description to card metadata

#1
by julien-c HF staff - opened
Files changed (1) hide show
  1. README.md +12 -4
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  title: Mean IoU
3
- emoji: 🤗
4
  colorFrom: blue
5
  colorTo: red
6
  sdk: gradio
@@ -8,10 +8,18 @@ sdk_version: 3.0.2
8
  app_file: app.py
9
  pinned: false
10
  tags:
11
- - evaluate
12
- - metric
13
- ---
 
 
 
 
 
14
 
 
 
 
15
  # Metric Card for Mean IoU
16
 
17
 
 
1
  ---
2
  title: Mean IoU
3
+ emoji: 🤗
4
  colorFrom: blue
5
  colorTo: red
6
  sdk: gradio
 
8
  app_file: app.py
9
  pinned: false
10
  tags:
11
+ - evaluate
12
+ - metric
13
+ description: >-
14
+ IoU is the area of overlap between the predicted segmentation and the ground
15
+ truth divided by the area of union
16
+
17
+ between the predicted segmentation and the ground truth. For binary (two
18
+ classes) or multi-class segmentation,
19
 
20
+ the mean IoU of the image is calculated by taking the IoU of each class and
21
+ averaging them.
22
+ ---
23
  # Metric Card for Mean IoU
24
 
25