Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -124,6 +124,33 @@ venus = opensr_test.load("venus")
|
|
124 |
<a href="https://github.com/ESAOpenSR/opensr-test"><img src="images/VENUS.gif" alt="header" width="80%"></a>
|
125 |
</p>
|
126 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
127 |
## **Deeper understanding**
|
128 |
|
129 |
Explore the [API](https://esaopensr.github.io/opensr-test/docs/API/config_pydantic.html) section for more details about personalizing your benchmark experiments.
|
@@ -148,4 +175,4 @@ If you use `opensr-test` in your research, please cite our paper:
|
|
148 |
|
149 |
## **Acknowledgements**
|
150 |
|
151 |
-
This work was
|
|
|
124 |
<a href="https://github.com/ESAOpenSR/opensr-test"><img src="images/VENUS.gif" alt="header" width="80%"></a>
|
125 |
</p>
|
126 |
|
127 |
+
### **SPAIN CROPS (x4 scale factor)**
|
128 |
+
|
129 |
+
The SPAIN CROPS dataset consists of 2.5m aerial imagery captured in the visible and near-infrared spectrum (RGBNIR) by the Spanish National Geographic Institute (IGN). The dataset includes all Sentinel-2 L1C and L2A bands. The dataset focus in **crop fields and forests**.
|
130 |
+
|
131 |
+
```python
|
132 |
+
import opensr_test
|
133 |
+
|
134 |
+
spain_crops = opensr_test.load("spain_crops")
|
135 |
+
```
|
136 |
+
|
137 |
+
<p align="center">
|
138 |
+
<a href="https://github.com/ESAOpenSR/opensr-test"><img src="images/SPAIN_CROPS.gif" alt="header" width="80%"></a>
|
139 |
+
</p>
|
140 |
+
|
141 |
+
### **SPAIN URBAN (x4 scale factor)**
|
142 |
+
|
143 |
+
The SPAIN URBAN dataset consists of 2.5m aerial imagery captured in the visible and near-infrared spectrum (RGBNIR) by the Spanish National Geographic Institute (IGN). The dataset includes all Sentinel-2 L1C and L2A bands. The dataset focus in **urban areas**.
|
144 |
+
|
145 |
+
```python
|
146 |
+
|
147 |
+
spain_urban = opensr_test.load("spain_urban")
|
148 |
+
```
|
149 |
+
|
150 |
+
<p align="center">
|
151 |
+
<a href="https://github.com/ESAOpenSR/opensr-test"><img src="images/SPAIN_URBAN.gif" alt="header" width="80%"></a>
|
152 |
+
</p>
|
153 |
+
|
154 |
## **Deeper understanding**
|
155 |
|
156 |
Explore the [API](https://esaopensr.github.io/opensr-test/docs/API/config_pydantic.html) section for more details about personalizing your benchmark experiments.
|
|
|
175 |
|
176 |
## **Acknowledgements**
|
177 |
|
178 |
+
This work was done with the support of the European Space Agency (ESA) under the project “Explainable AI: application to trustworthy super-resolution (OpenSR).” Cesar Aybar acknowledges support by the National Council of Science, Technology, and Technological Innovation (CONCYTEC, Peru) through the “PROYECTOS DE INVESTIGACIÓN BÁSICA – 2023-01” program with contract number PE501083135-2023-PROCIENCIA. Luis Gómez-Chova acknowledges support from the Spanish Ministry of Science and Innovation (project PID2019-109026RB-I00 funded by MCIN/AEI/10.13039/501100011033).
|