AGarioud commited on
Commit
70a0882
1 Parent(s): 801ddaf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -263,6 +263,18 @@ enhancing the representation of mono-date and time series data.
263
 
264
  U-T&T code repository &#128193; : https://github.com/IGNF/FLAIR-2-AI-Challenge <br/>
265
 
 
 
 
 
 
 
 
 
 
 
 
 
266
  <br><br>
267
 
268
 
 
263
 
264
  U-T&T code repository &#128193; : https://github.com/IGNF/FLAIR-2-AI-Challenge <br/>
265
 
266
+ <th><font color="#c7254e"><b>IMPORTANT!</b></font></th> <b>The structure of the current dataset differs from the one that comes with the GitHub repository.</b>
267
+ To work with the current dataset, you need to replace the <font color=‘#D7881C’><em>src/load_data.py</em></font> file with the one provided here.
268
+ You also need to add the following lines to the <font color=‘#D7881C’><em>flair-2-config.yml</em></font> file under the <em><b>data</b></em> tag: <br>
269
+
270
+ ```
271
+ HF_data_path : " " # Path to unzipped FLAIR HF dataset
272
+ domains_train : ["D006_2020","D007_2020","D008_2019","D009_2019","D013_2020","D016_2020","D017_2018","D021_2020","D023_2020","D030_2021","D032_2019","D033_2021","D034_2021","D035_2020","D038_2021","D041_2021","D044_2020","D046_2019","D049_2020","D051_2019","D052_2019","D055_2018","D060_2021","D063_2019","D070_2020","D072_2019","D074_2020","D078_2021","D080_2021","D081_2020","D086_2020","D091_2021"]
273
+ domains_val : ["D004_2021","D014_2020","D029_2021","D031_2019","D058_2020","D066_2021","D067_2021","D077_2021"]
274
+ domains_test : ["D015_2020","D022_2021","D026_2020","D036_2020","D061_2020","D064_2021","D068_2021","D069_2020","D071_2020","D084_2021"]
275
+ ```
276
+
277
+
278
  <br><br>
279
 
280