Update README.md
Browse files
README.md
CHANGED
@@ -3,13 +3,20 @@ license: cc-by-4.0
|
|
3 |
---
|
4 |
|
5 |
<center>
|
6 |
-
<img src="demo/logo.png" width=
|
7 |
</center>
|
8 |
|
9 |
|
10 |
# SEN2NAIP
|
11 |
|
12 |
-
The increasing demand for high spatial resolution in remote sensing imagery has led to the necessity of super-resolution (SR) algorithms that
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
|
15 |
## Load cross-sensor dataset
|
@@ -91,5 +98,5 @@ plt.show()
|
|
91 |
```
|
92 |
|
93 |
<center>
|
94 |
-
<img src="demo/image_demo.png" width=
|
95 |
</center>
|
|
|
3 |
---
|
4 |
|
5 |
<center>
|
6 |
+
<img src="demo/logo.png" width=85%>
|
7 |
</center>
|
8 |
|
9 |
|
10 |
# SEN2NAIP
|
11 |
|
12 |
+
The increasing demand for high spatial resolution in remote sensing imagery has led to the necessity of super-resolution (SR) algorithms that
|
13 |
+
convert low-resolution (LR) images into high-resolution (HR) ones. To address this need, we introduce SEN2NAIP, a large remote sensing dataset
|
14 |
+
designed to support conventional and reference-based SR model training. SEN2NAIP is structured into two components to provide a broad spectrum
|
15 |
+
of research and application needs. The first component comprises a cross-sensor dataset of 2,851 pairs of LR images from Sentinel-2 L2A and HR
|
16 |
+
images from the National Agriculture Imagery Program (NAIP). Leveraging this dataset, we developed a degradation model capable of converting NAIP
|
17 |
+
images to match the characteristics of Sentinel-2 imagery (S2like). Subsequently, this degradation model was utilized to create the second component,
|
18 |
+
a synthetic dataset comprising 17,657 NAIP and S2like image pairs. With the SEN2NAIP dataset, we aim to provide a valuable resource that facilitates
|
19 |
+
the exploration of new techniques for enhancing the spatial resolution of Sentinel-2 satellite imagery.
|
20 |
|
21 |
|
22 |
## Load cross-sensor dataset
|
|
|
98 |
```
|
99 |
|
100 |
<center>
|
101 |
+
<img src="demo/image_demo.png" width=75%>
|
102 |
</center>
|