csaybar commited on
Commit
0eb4e16
·
verified ·
1 Parent(s): 17ba770

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -54,13 +54,14 @@ To address these challenges, 'opensr-test' provides a fair approach for SR bench
54
 
55
  ## **Datasets**
56
 
57
- The `opensr-test` package provides five datasets for benchmarking SR models. These datasets are carefully crafted to minimize spatial and spectral misalignment. Each dataset consist of a dictionary with the following keys:
58
 
59
  - **`L2A`**: Sentinel-2 L2A bands (12 bands).
60
  - **`L1C`**: Sentinel-2 L1C bands (12 bands).
61
  - **`HR`**: High-resolution image (RGBNIR) without harmonization.
62
  - **`HRharm`**: Harmonized high-resolution image (RGBNIR). The HRharm image is **harmonized with respect to the Sentinel-2 L2A bands**.
63
  - **`metadata`**: A pandas DataFrame with the images' metadata.
 
64
 
65
  We provide 12 bands for Sentinel-2 L2A (see table below) and 13 for Sentinel-2 L1C (see table below).
66
 
 
54
 
55
  ## **Datasets**
56
 
57
+ The `opensr-test` package provides five datasets for benchmarking SR models. These datasets are carefully crafted to minimize spatial and spectral misalignment. Each dataset consists of a dictionary with the following keys:
58
 
59
  - **`L2A`**: Sentinel-2 L2A bands (12 bands).
60
  - **`L1C`**: Sentinel-2 L1C bands (12 bands).
61
  - **`HR`**: High-resolution image (RGBNIR) without harmonization.
62
  - **`HRharm`**: Harmonized high-resolution image (RGBNIR). The HRharm image is **harmonized with respect to the Sentinel-2 L2A bands**.
63
  - **`metadata`**: A pandas DataFrame with the images' metadata.
64
+ - **`gradient_threshold`**: Threshold estimated by human interpretation. All the pixels or patches with a gradient higher than this threshold are considered relevant and, therefore, used to estimate the percentage of hallucination, omission, and correctness by the SR model.
65
 
66
  We provide 12 bands for Sentinel-2 L2A (see table below) and 13 for Sentinel-2 L1C (see table below).
67