Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,23 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
|
| 6 |
<p align="center">
|
| 7 |
-
<a href="https://github.com/ESAOpenSR/opensr-test"><img src="
|
| 8 |
</p>
|
| 9 |
|
| 10 |
<p align="center">
|
|
@@ -34,7 +47,7 @@ Super-Resolution (SR) aims to improve satellite imagery ground sampling distance
|
|
| 34 |
To address these challenges, 'opensr-test' provides a fair approach for SR benchmark. We provide three datasets carefully crafted to minimize spatial and spectral misalignment. Besides, 'opensr-test' precisely assesses SR algorithm performance across three independent metrics groups that measure consistency, synthesis, and correctness.
|
| 35 |
|
| 36 |
<p align="center">
|
| 37 |
-
<img src="
|
| 38 |
</p>
|
| 39 |
|
| 40 |
|
|
@@ -54,7 +67,7 @@ naip = opensr_test.load("naip")
|
|
| 54 |
```
|
| 55 |
|
| 56 |
<p align="center">
|
| 57 |
-
<a href="https://github.com/ESAOpenSR/opensr-test"><img src="
|
| 58 |
</p>
|
| 59 |
|
| 60 |
### **SPOT (X4 scale factor)**
|
|
@@ -68,7 +81,7 @@ spot = opensr_test.load("spot")
|
|
| 68 |
```
|
| 69 |
|
| 70 |
<p align="center">
|
| 71 |
-
<a href="https://github.com/ESAOpenSR/opensr-test"><img src="
|
| 72 |
</p>
|
| 73 |
|
| 74 |
|
|
@@ -83,7 +96,7 @@ venus = opensr_test.load("venus")
|
|
| 83 |
```
|
| 84 |
|
| 85 |
<p align="center">
|
| 86 |
-
<a href="https://github.com/ESAOpenSR/opensr-test"><img src="
|
| 87 |
</p>
|
| 88 |
|
| 89 |
## **Deeper understanding**
|
|
@@ -91,7 +104,7 @@ venus = opensr_test.load("venus")
|
|
| 91 |
Explore the [API](https://esaopensr.github.io/opensr-test/docs/API/config_pydantic.html) section for more details about personalizing your benchmark experiments.
|
| 92 |
|
| 93 |
<p align="center">
|
| 94 |
-
<a href="/docs/api.md"><img src="
|
| 95 |
</p>
|
| 96 |
|
| 97 |
## **Citation**
|
|
@@ -110,5 +123,4 @@ If you use `opensr-test` in your research, please cite our paper:
|
|
| 110 |
|
| 111 |
## **Acknowledgements**
|
| 112 |
|
| 113 |
-
This work was made 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).
|
| 114 |
-
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-to-image
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- earth
|
| 9 |
+
- remote sensing
|
| 10 |
+
- super-resolution
|
| 11 |
+
- Sentinel-2
|
| 12 |
+
- sentinel-2
|
| 13 |
+
pretty_name: opensr_test
|
| 14 |
+
size_categories:
|
| 15 |
+
- 10K<n<100K
|
| 16 |
---
|
| 17 |
|
| 18 |
|
| 19 |
<p align="center">
|
| 20 |
+
<a href="https://github.com/ESAOpenSR/opensr-test"><img src="images/logo.png" alt="header" width="50%"></a>
|
| 21 |
</p>
|
| 22 |
|
| 23 |
<p align="center">
|
|
|
|
| 47 |
To address these challenges, 'opensr-test' provides a fair approach for SR benchmark. We provide three datasets carefully crafted to minimize spatial and spectral misalignment. Besides, 'opensr-test' precisely assesses SR algorithm performance across three independent metrics groups that measure consistency, synthesis, and correctness.
|
| 48 |
|
| 49 |
<p align="center">
|
| 50 |
+
<img src="images/diagram.png" alt="header">
|
| 51 |
</p>
|
| 52 |
|
| 53 |
|
|
|
|
| 67 |
```
|
| 68 |
|
| 69 |
<p align="center">
|
| 70 |
+
<a href="https://github.com/ESAOpenSR/opensr-test"><img src="images/NAIP.gif" alt="header" width="80%"></a>
|
| 71 |
</p>
|
| 72 |
|
| 73 |
### **SPOT (X4 scale factor)**
|
|
|
|
| 81 |
```
|
| 82 |
|
| 83 |
<p align="center">
|
| 84 |
+
<a href="https://github.com/ESAOpenSR/opensr-test"><img src="images/SPOT.gif" alt="header" width="80%"></a>
|
| 85 |
</p>
|
| 86 |
|
| 87 |
|
|
|
|
| 96 |
```
|
| 97 |
|
| 98 |
<p align="center">
|
| 99 |
+
<a href="https://github.com/ESAOpenSR/opensr-test"><img src="images/VENUS.gif" alt="header" width="80%"></a>
|
| 100 |
</p>
|
| 101 |
|
| 102 |
## **Deeper understanding**
|
|
|
|
| 104 |
Explore the [API](https://esaopensr.github.io/opensr-test/docs/API/config_pydantic.html) section for more details about personalizing your benchmark experiments.
|
| 105 |
|
| 106 |
<p align="center">
|
| 107 |
+
<a href="/docs/api.md"><img src="images/image02.png" alt="opensr-test" width="30%"></a>
|
| 108 |
</p>
|
| 109 |
|
| 110 |
## **Citation**
|
|
|
|
| 123 |
|
| 124 |
## **Acknowledgements**
|
| 125 |
|
| 126 |
+
This work was made 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).
|
|
|