Datasets:

Modalities:
Image
ArXiv:
License:
AGarioud commited on
Commit
1bd342d
·
verified ·
1 Parent(s): 6f15e11

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -5
README.md CHANGED
@@ -53,7 +53,25 @@ learning methods, and will continue to grow with new modalities and annotations.
53
  <hr>
54
 
55
 
56
- ### 🗂️ Data Modalities Overview
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
 
58
  <center>
59
  <table>
@@ -121,7 +139,7 @@ learning methods, and will continue to grow with new modalities and annotations.
121
  <p align="center"><img src="datacard_imgs/FLAIR-HUB_Patches_Hori.png" alt="" style="width:100%;max-width:1300px;" /></p>
122
  <hr>
123
 
124
- ### 🏷️ Supervision
125
 
126
  FLAIR-HUB includes two complementary supervision sources: AERIAL_LABEL-COSIA, a high-resolution land cover annotation derived from expert photo-interpretation
127
  of RGBI imagery, offering pixel-level precision across 19 classes; and AERIAL_LABEL-LPIS, a crop-type annotation based on farmer-declared parcels
@@ -132,7 +150,7 @@ LPIS captures declared land use, and the two differ in purpose, precision, and s
132
  <hr>
133
 
134
 
135
- ### 🌍 Spatial partition
136
 
137
  FLAIR-HUB uses an <b>official split for benchmarking, corresponding to the SET1 fold</b>.
138
 
@@ -158,7 +176,7 @@ FLAIR-HUB uses an <b>official split for benchmarking, corresponding to the SET1
158
  <hr>
159
 
160
 
161
- ### 📚 How to Cite
162
 
163
 
164
  ```
@@ -179,7 +197,7 @@ DOI: https://doi.org/10.13140/RG.2.2.30183.73128/1
179
  ```
180
 
181
 
182
- ### ⚙️ Acknowledgement
183
 
184
  Experiments have been conducted using HPC/AI resources provided by GENCI-IDRIS (Grant 2024-A0161013803, 2024-AD011014286R2 and 2025-A0181013803).
185
 
 
53
  <hr>
54
 
55
 
56
+ ## 🗃️ Dataset Structure
57
+
58
+ ```
59
+ data/
60
+ ├── DOMAIN_SENSOR_DATATYPE/
61
+ │ ├── ROI/
62
+ │ │ ├── <Patch>.tif
63
+ │ │ ├── <Patch>_baseline.tif
64
+ | | ├── ...
65
+ │ ├── ROI/
66
+ │ │ ├── <Patch>.tif
67
+ │ │ ├── <Patch>.tif
68
+ │ └── ...
69
+ ├── DOMAIN_SENSOR_DATATYPE/
70
+ ...
71
+ ```
72
+
73
+
74
+ ## 🗂️ Data Modalities Overview
75
 
76
  <center>
77
  <table>
 
139
  <p align="center"><img src="datacard_imgs/FLAIR-HUB_Patches_Hori.png" alt="" style="width:100%;max-width:1300px;" /></p>
140
  <hr>
141
 
142
+ ## 🏷️ Supervision
143
 
144
  FLAIR-HUB includes two complementary supervision sources: AERIAL_LABEL-COSIA, a high-resolution land cover annotation derived from expert photo-interpretation
145
  of RGBI imagery, offering pixel-level precision across 19 classes; and AERIAL_LABEL-LPIS, a crop-type annotation based on farmer-declared parcels
 
150
  <hr>
151
 
152
 
153
+ ## 🌍 Spatial partition
154
 
155
  FLAIR-HUB uses an <b>official split for benchmarking, corresponding to the SET1 fold</b>.
156
 
 
176
  <hr>
177
 
178
 
179
+ ## 📚 How to Cite
180
 
181
 
182
  ```
 
197
  ```
198
 
199
 
200
+ ## ⚙️ Acknowledgement
201
 
202
  Experiments have been conducted using HPC/AI resources provided by GENCI-IDRIS (Grant 2024-A0161013803, 2024-AD011014286R2 and 2025-A0181013803).
203