AGarioud commited on
Commit
3590fd4
1 Parent(s): a29bd77

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -170,10 +170,17 @@ The dataset covers 50 spatial domains, encompassing 916 areas spanning 817 km².
170
 
171
  ### Spatio-Temporal Distribution
172
  The FLAIR dataset consists of 77 762 patches. Each patch includes a high-resolution aerial image (512x512) at 0.2 m, a yearly satellite image time series (40x40 by default) with a spatial resolution of 10 m,
173
- and pixel-precise elevation and land cover annotations at 0.2 m resolution (512x512).
174
 
175
  <p align="center"><img src="flair-patches.png" alt="" style="width:70%;max-width:600px;"/></p><br>
176
 
 
 
 
 
 
 
 
177
  ### Annotations
178
  Each pixel has been manually annotated by photo-interpretation of the 20 cm resolution aerial imagery, carried out by a team supervised by geography experts from the IGN.
179
  Movable objects like cars or boats are annotated according to their underlying cover.
@@ -187,6 +194,23 @@ It is important to mention that the patches come with meta-data permitting alter
187
 
188
  <p align="center"><img src="flair-splits.png" alt="" style="width:50%;max-width:600px;"/></p>
189
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
190
  <br><br>
191
 
192
  ## Baseline code
 
170
 
171
  ### Spatio-Temporal Distribution
172
  The FLAIR dataset consists of 77 762 patches. Each patch includes a high-resolution aerial image (512x512) at 0.2 m, a yearly satellite image time series (40x40 by default) with a spatial resolution of 10 m,
173
+ with cloud and snow masks, and pixel-precise elevation and land cover annotations at 0.2 m resolution (512x512).
174
 
175
  <p align="center"><img src="flair-patches.png" alt="" style="width:70%;max-width:600px;"/></p><br>
176
 
177
+
178
+ ### Band order
179
+ Aerial : 1. Red; 2. Green; 3. Blue; 4. NIR; 5. nDSM <br/>
180
+ Satellite : 1. Blue (B2 490nm); 2. Green (B3 560nm); 3. Red (B4 665nm); 4. Red-Edge (B5 705nm); 5. Red-Edge2 (B6 470nm);
181
+ 6. Red-Edge3 (B7 783nm); 7. NIR (B8 842nm); 8. NIR-Red-Edge (B8a 865nm); 9. SWIR (B11 1610nm); 10. SWIR2 (B12 2190nm)
182
+
183
+
184
  ### Annotations
185
  Each pixel has been manually annotated by photo-interpretation of the 20 cm resolution aerial imagery, carried out by a team supervised by geography experts from the IGN.
186
  Movable objects like cars or boats are annotated according to their underlying cover.
 
194
 
195
  <p align="center"><img src="flair-splits.png" alt="" style="width:50%;max-width:600px;"/></p>
196
 
197
+ Official split: <br/>
198
+ <table border="1">
199
+ <tr>
200
+ <th><font color="#c7254e">TRAIN:</font></th>
201
+ <td>D006, D007, D008, D009, D013, D016, D017, D021, D023, D030, D032, D033, D034, D035, D038, D041, D044, D046, D049, D051, D052, D055, D060, D063, D070, D072, D074, D078, D080, D081, D086, D091</td>
202
+ </tr>
203
+ <tr>
204
+ <th><font color="#c7254e">VALIDATION:</font></th>
205
+ <td>D004, D014, D029, D031, D058, D066, D067, D077</td>
206
+ </tr>
207
+ <tr>
208
+ <th><font color="#c7254e">TEST:</font></th>
209
+ <td>D015, D022, D026, D036, D061, D064, D068, D069, D071, D084</td>
210
+ </tr>
211
+ </table>
212
+
213
+
214
  <br><br>
215
 
216
  ## Baseline code