Skip to content

Commit f0733ff

Browse files
committed
Merge remote-tracking branch 'origin/update_readme'
2 parents bc5aa46 + 2aeb098 commit f0733ff

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@
66
**This repository contains the models and training scripts for reproducing the experiments presented in:**\
77
[A Sentinel-2 multi-year, multi-country benchmark dataset for crop classification and segmentation with deep learning](https://ieeexplore.ieee.org/document/9749916).
88

9+
### Description
10+
11+
Based on the Sen4AgriNet dataset, we produce two distinct sub-datasets of Sentinel-2 L1C images for experimentation:
12+
- **Patches Assembled Dataset (PAD)**: all Sentinel-2 images expanding over 2 years (2019, 2020) and 2 regions (France, Catalonia) with pixel-wise labels for crop classification (overall 168 classes).
13+
- **Object Aggregated Dataset (OAD)**: on top of PAD, the mean and std of each parcel is computed for each Sentinel-2 observation and used as input data. A single label for each parcel is used.
14+
15+
The above sub-datasets were downsized in order to be used for the experiments in this repository. Specifically, 5000 patches with 60-20-20 (train-val-test) split were sampled from each sub-dataset and the 11 most frequent classes were kept (*wheat*, *maize*, *sorghum*, *barley*, *rye*, *oats*, *grapes*, *rapeseed*, *sunflower*, *potatoes*, *peas*). Three different scenarios were explored:
16+
17+
Scenario | Train | Test
18+
--|---|---
19+
1 | Catalonia (2019, 2020), France (2019) | Catalonia (2019, 2020), France (2019)
20+
2 | Catalonia (2019, 2020) | France (2019)
21+
3 | France (2019) | Catalonia (2020)
22+
23+
The input of the PAD models is the median of each month of observations from April through September. The OAD models take as input the aggregated statistics of these observations.
24+
925
### Requirements
1026

1127
This repository was tested on:

0 commit comments

Comments
 (0)