AGarioud commited on
Commit
9c1de65
1 Parent(s): 6dc104b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -0
README.md CHANGED
@@ -18,9 +18,62 @@ model-index:
18
  - name: mIoU
19
  type: mIoU
20
  value: 54.72
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  - name: IoU Buildings
22
  type: IoU
23
  value: 82.3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  pipeline_tag: image-segmentation
25
  ---
26
 
 
18
  - name: mIoU
19
  type: mIoU
20
  value: 54.72
21
+ - name: Overall Accuracy
22
+ type: OA
23
+ value: 76.37
24
+ - name: Fscore
25
+ type: Fscore
26
+ value: 67.60
27
+ - name: Precision
28
+ type: Precision
29
+ value: 69.35
30
+ - name: Recall
31
+ type: Recall
32
+ value: 67.65
33
+
34
  - name: IoU Buildings
35
  type: IoU
36
  value: 82.3
37
+ - name: IoU Pervious surface
38
+ type: IoU
39
+ value: 53.24
40
+ - name: IoU Impervious surface
41
+ type: IoU
42
+ value: 74.17
43
+ - name: IoU Bare soil
44
+ type: IoU
45
+ value: 60.40
46
+ - name: IoU Water
47
+ type: IoU
48
+ value: 87.59
49
+ - name: IoU Coniferous
50
+ type: IoU
51
+ value: 46.35
52
+ - name: IoU Deciduous
53
+ type: IoU
54
+ value: 67.45
55
+ - name: IoU Brushwood
56
+ type: IoU
57
+ value: 30.23
58
+ - name: IoU Vineyard
59
+ type: IoU
60
+ value: 82.93
61
+ - name: IoU Herbaceous vegetation
62
+ type: IoU
63
+ value: 55.03
64
+ - name: IoU Agricultural land
65
+ type: IoU
66
+ value: 52.01
67
+ - name: IoU Plowed land
68
+ type: IoU
69
+ value: 40.84
70
+ - name: IoU Swimming pool
71
+ type: IoU
72
+ value: 48.44
73
+ - name: IoU Greenhouse
74
+ type: IoU
75
+ value: 39.44
76
+
77
  pipeline_tag: image-segmentation
78
  ---
79