Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -54,7 +54,17 @@ 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
|
59 |
- **`L2A`**: Sentinel-2 L2A bands (12 bands).
|
60 |
- **`L1C`**: Sentinel-2 L1C bands (12 bands).
|
@@ -87,7 +97,6 @@ The `opensr-test` package provides five datasets for benchmarking SR models. The
|
|
87 |
| B11 | SWIR-I | 20 | 10 | 11 |
|
88 |
| B12 | SWIR-II | 20 | 11 | 12 |
|
89 |
|
90 |
-
|
91 |
### **NAIP (X4 scale factor)**
|
92 |
|
93 |
The National Agriculture Imagery Program (NAIP) dataset is a high-resolution aerial imagery dataset covering the continental United States. **It consists of
|
|
|
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.
|
58 |
+
|
59 |
+
| Dataset | Scale factor | Number of images | HR patch size |
|
60 |
+
|---------|--------------|-------------------|--------------|
|
61 |
+
| NAIP | x4 | 62 | 484x484 |
|
62 |
+
| SPOT | x4 | 9 | 512x512 |
|
63 |
+
| Venµs | x2 | 59 | 256x256 |
|
64 |
+
| SPAIN CROPS | x4 | 28 | 512x512 |
|
65 |
+
| SPAIN URBAN | x4 | 20 | 512x512 |
|
66 |
+
|
67 |
+
Each dataset consists of a dictionary with the following keys:
|
68 |
|
69 |
- **`L2A`**: Sentinel-2 L2A bands (12 bands).
|
70 |
- **`L1C`**: Sentinel-2 L1C bands (12 bands).
|
|
|
97 |
| B11 | SWIR-I | 20 | 10 | 11 |
|
98 |
| B12 | SWIR-II | 20 | 11 | 12 |
|
99 |
|
|
|
100 |
### **NAIP (X4 scale factor)**
|
101 |
|
102 |
The National Agriculture Imagery Program (NAIP) dataset is a high-resolution aerial imagery dataset covering the continental United States. **It consists of
|