Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -229,6 +229,23 @@ enhancing the representation of mono-date and time series data.
|
|
229 |
|
230 |
U-T&T code repository 📁 : https://github.com/IGNF/FLAIR-2-AI-Challenge <br/>
|
231 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
232 |
<br><br>
|
233 |
|
234 |
|
|
|
229 |
|
230 |
U-T&T code repository 📁 : https://github.com/IGNF/FLAIR-2-AI-Challenge <br/>
|
231 |
|
232 |
+
<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>
|
233 |
+
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.
|
234 |
+
You also need to add the following content to your flair-2-config.yml file under the <em><b>data</b></em> tag: <br>
|
235 |
+
|
236 |
+
<code>
|
237 |
+
|
238 |
+
HF_data_path : " " # Path to unzipped HF dataset
|
239 |
+
|
240 |
+
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"]
|
241 |
+
|
242 |
+
domains_val : ["D004_2021","D014_2020","D029_2021","D031_2019","D058_2020","D066_2021","D067_2021","D077_2021"]
|
243 |
+
|
244 |
+
domains_test : ["D015_2020","D022_2021","D026_2020","D036_2020","D061_2020","D064_2021","D068_2021","D069_2020","D071_2020","D084_2021"]
|
245 |
+
|
246 |
+
</code>
|
247 |
+
|
248 |
+
|
249 |
<br><br>
|
250 |
|
251 |
|