Datasets:
IGNF
/

ArXiv:
License:
AGarioud commited on
Commit
936bc32
1 Parent(s): 13bbb82

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -16
README.md CHANGED
@@ -192,24 +192,31 @@ This arrangement ensures a balanced distribution of semantic classes, radiometri
192
  Consequently, every split accurately reflects the landscape diversity inherent to metropolitan France.
193
  It is important to mention that the patches come with meta-data permitting alternative splitting schemes, for example focused on domain shifts.
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
 
 
192
  Consequently, every split accurately reflects the landscape diversity inherent to metropolitan France.
193
  It is important to mention that the patches come with meta-data permitting alternative splitting schemes, for example focused on domain shifts.
194
 
 
 
195
  Official split: <br/>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
196
 
197
+ <div style="display: flex; flex-wrap: nowrap; align-items: center">
198
+ <div style="flex: 30%;">
199
+ <img src="flair-splits.png" alt="Your Image">
200
+ </div>
201
+
202
+ <div style="flex: 70%;">
203
+ <table border="1">
204
+ <tr>
205
+ <th><font color="#c7254e">TRAIN:</font></th>
206
+ <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>
207
+ </tr>
208
+ <tr>
209
+ <th><font color="#c7254e">VALIDATION:</font></th>
210
+ <td>D004, D014, D029, D031, D058, D066, D067, D077</td>
211
+ </tr>
212
+ <tr>
213
+ <th><font color="#c7254e">TEST:</font></th>
214
+ <td>D015, D022, D026, D036, D061, D064, D068, D069, D071, D084</td>
215
+ </tr>
216
+ </table>
217
+
218
+ </div>
219
+ </div>
220
 
221
  <br><br>
222