IGNF
/

AGarioud nielsr HF Staff commited on
Commit
2df48aa
·
verified ·
1 Parent(s): ac1d10f

Add library name (#1)

Browse files

- Add library name (77374ffbe86c01229612024229b103dcd56736a5)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +37 -49
README.md CHANGED
@@ -1,10 +1,11 @@
1
  ---
2
  license: etalab-2.0
 
3
  tags:
4
  - semantic segmentation
5
  - pytorch
6
  - landcover
7
-
8
  model-index:
9
  - name: FLAIR-HUB_LC-F_swinbase-upernet
10
  results:
@@ -14,63 +15,59 @@ model-index:
14
  name: IGNF/FLAIR-HUB/
15
  type: earth-observation-dataset
16
  metrics:
17
- - name: mIoU
18
- type: mIoU
19
  value: 64.868
20
- - name: Overall Accuracy
21
- type: OA
22
  value: 77.685
23
- - name: IoU building
24
- type: IoU
25
  value: 84.002
26
- - name: IoU greenhouse
27
- type: IoU
28
  value: 79.283
29
- - name: IoU swimming pool
30
- type: IoU
31
  value: 61.59
32
- - name: IoU impervious surface
33
- type: IoU
34
  value: 75.611
35
- - name: IoU pervious surface
36
- type: IoU
37
  value: 57.694
38
- - name: IoU bare soil
39
- type: IoU
40
  value: 63.826
41
- - name: IoU water
42
- type: IoU
43
  value: 90.461
44
- - name: IoU snow
45
- type: IoU
46
  value: 68.142
47
- - name: IoU herbaceous vegetation
48
- type: IoU
49
  value: 54.871
50
- - name: IoU agricultural land
51
- type: IoU
52
  value: 56.893
53
- - name: IoU plowed land
54
- type: IoU
55
  value: 37.914
56
- - name: IoU vineyard
57
- type: IoU
58
  value: 78.144
59
- - name: IoU deciduous
60
- type: IoU
61
  value: 71.731
62
- - name: IoU coniferous
63
- type: IoU
64
  value: 63.69
65
- - name: IoU brushwood
66
- type: IoU
67
  value: 29.627
68
-
69
- pipeline_tag: image-segmentation
70
  ---
71
 
72
-
73
-
74
  <div style="font-family:sans-serif; color:black; background-color:#F8F5F5; padding:25px; border-radius:10px; margin:auto; border:0px; ">
75
 
76
  <!-- Collection Section -->
@@ -403,13 +400,4 @@ pipeline_tag: image-segmentation
403
  author = {Garioud, Anatol and Giordano, Sébastien and David, Nicolas and Gonthier, Nicolas},
404
  title = {FLAIR-HUB: Large-scale Multimodal Dataset for Land Cover and Crop Mapping},
405
  publisher = {arXiv},
406
- year = {2025}
407
- }
408
- ```
409
-
410
- **APA:**
411
- ```
412
- Anatol Garioud, Sébastien Giordano, Nicolas David, Nicolas Gonthier.
413
- FLAIR-HUB: Large-scale Multimodal Dataset for Land Cover and Crop Mapping. (2025).
414
- DOI: https://doi.org/10.48550/arXiv.2506.07080
415
- ```
 
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-F_swinbase-upernet
11
  results:
 
15
  name: IGNF/FLAIR-HUB/
16
  type: earth-observation-dataset
17
  metrics:
18
+ - type: mIoU
 
19
  value: 64.868
20
+ name: mIoU
21
+ - type: OA
22
  value: 77.685
23
+ name: Overall Accuracy
24
+ - type: IoU
25
  value: 84.002
26
+ name: IoU building
27
+ - type: IoU
28
  value: 79.283
29
+ name: IoU greenhouse
30
+ - type: IoU
31
  value: 61.59
32
+ name: IoU swimming pool
33
+ - type: IoU
34
  value: 75.611
35
+ name: IoU impervious surface
36
+ - type: IoU
37
  value: 57.694
38
+ name: IoU pervious surface
39
+ - type: IoU
40
  value: 63.826
41
+ name: IoU bare soil
42
+ - type: IoU
43
  value: 90.461
44
+ name: IoU water
45
+ - type: IoU
46
  value: 68.142
47
+ name: IoU snow
48
+ - type: IoU
49
  value: 54.871
50
+ name: IoU herbaceous vegetation
51
+ - type: IoU
52
  value: 56.893
53
+ name: IoU agricultural land
54
+ - type: IoU
55
  value: 37.914
56
+ name: IoU plowed land
57
+ - type: IoU
58
  value: 78.144
59
+ name: IoU vineyard
60
+ - type: IoU
61
  value: 71.731
62
+ name: IoU deciduous
63
+ - type: IoU
64
  value: 63.69
65
+ name: IoU coniferous
66
+ - type: IoU
67
  value: 29.627
68
+ name: IoU brushwood
 
69
  ---
70
 
 
 
71
  <div style="font-family:sans-serif; color:black; background-color:#F8F5F5; padding:25px; border-radius:10px; margin:auto; border:0px; ">
72
 
73
  <!-- Collection Section -->
 
400
  author = {Garioud, Anatol and Giordano, Sébastien and David, Nicolas and Gonthier, Nicolas},
401
  title = {FLAIR-HUB: Large-scale Multimodal Dataset for Land Cover and Crop Mapping},
402
  publisher = {arXiv},
403
+ year = {2025}