Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
---
|
2 |
license: etalab-2.0
|
|
|
3 |
tags:
|
4 |
- semantic segmentation
|
5 |
- pytorch
|
6 |
- landcover
|
7 |
-
|
8 |
model-index:
|
9 |
-
- name: FLAIR-HUB_LC-
|
10 |
results:
|
11 |
- task:
|
12 |
type: semantic-segmentation
|
@@ -14,59 +15,58 @@ model-index:
|
|
14 |
name: IGNF/FLAIR-HUB/
|
15 |
type: earth-observation-dataset
|
16 |
metrics:
|
17 |
-
-
|
18 |
-
type: mIoU
|
19 |
value: 61.868
|
20 |
-
|
21 |
-
|
22 |
value: 76.067
|
23 |
-
|
24 |
-
|
25 |
value: 83.423
|
26 |
-
|
27 |
-
|
28 |
value: 75.669
|
29 |
-
|
30 |
-
|
31 |
value: 61.59
|
32 |
-
|
33 |
-
|
34 |
value: 75.15
|
35 |
-
|
36 |
-
|
37 |
value: 56.467
|
38 |
-
|
39 |
-
|
40 |
value: 62.006
|
41 |
-
|
42 |
-
|
43 |
value: 88.373
|
44 |
-
|
45 |
-
|
46 |
value: 51.815
|
47 |
-
|
48 |
-
|
49 |
value: 52.26
|
50 |
-
|
51 |
-
|
52 |
value: 56.434
|
53 |
-
|
54 |
-
|
55 |
value: 34.136
|
56 |
-
|
57 |
-
|
58 |
value: 77.787
|
59 |
-
|
60 |
-
|
61 |
value: 69.129
|
62 |
-
|
63 |
-
|
64 |
value: 57.445
|
65 |
-
|
66 |
-
|
67 |
value: 28.85
|
|
|
68 |
|
69 |
-
pipeline_tag: image-segmentation
|
70 |
---
|
71 |
|
72 |
|
|
|
1 |
---
|
2 |
license: etalab-2.0
|
3 |
+
pipeline_tag: image-segmentation
|
4 |
tags:
|
5 |
- semantic segmentation
|
6 |
- pytorch
|
7 |
- landcover
|
8 |
+
library_name: pytorch
|
9 |
model-index:
|
10 |
+
- name: FLAIR-HUB_LC-A_swinlarge-upernet
|
11 |
results:
|
12 |
- task:
|
13 |
type: semantic-segmentation
|
|
|
15 |
name: IGNF/FLAIR-HUB/
|
16 |
type: earth-observation-dataset
|
17 |
metrics:
|
18 |
+
- type: mIoU
|
|
|
19 |
value: 61.868
|
20 |
+
name: mIoU
|
21 |
+
- type: OA
|
22 |
value: 76.067
|
23 |
+
name: Overall Accuracy
|
24 |
+
- type: IoU
|
25 |
value: 83.423
|
26 |
+
name: IoU building
|
27 |
+
- type: IoU
|
28 |
value: 75.669
|
29 |
+
name: IoU greenhouse
|
30 |
+
- type: IoU
|
31 |
value: 61.59
|
32 |
+
name: IoU swimming pool
|
33 |
+
- type: IoU
|
34 |
value: 75.15
|
35 |
+
name: IoU impervious surface
|
36 |
+
- type: IoU
|
37 |
value: 56.467
|
38 |
+
name: IoU pervious surface
|
39 |
+
- type: IoU
|
40 |
value: 62.006
|
41 |
+
name: IoU bare soil
|
42 |
+
- type: IoU
|
43 |
value: 88.373
|
44 |
+
name: IoU water
|
45 |
+
- type: IoU
|
46 |
value: 51.815
|
47 |
+
name: IoU snow
|
48 |
+
- type: IoU
|
49 |
value: 52.26
|
50 |
+
name: IoU herbaceous vegetation
|
51 |
+
- type: IoU
|
52 |
value: 56.434
|
53 |
+
name: IoU agricultural land
|
54 |
+
- type: IoU
|
55 |
value: 34.136
|
56 |
+
name: IoU plowed land
|
57 |
+
- type: IoU
|
58 |
value: 77.787
|
59 |
+
name: IoU vineyard
|
60 |
+
- type: IoU
|
61 |
value: 69.129
|
62 |
+
name: IoU deciduous
|
63 |
+
- type: IoU
|
64 |
value: 57.445
|
65 |
+
name: IoU coniferous
|
66 |
+
- type: IoU
|
67 |
value: 28.85
|
68 |
+
name: IoU brushwood
|
69 |
|
|
|
70 |
---
|
71 |
|
72 |
|