simonreise commited on
Commit
7c6c4fb
·
verified ·
1 Parent(s): 3aa928e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -1,3 +1,11 @@
1
- ---
2
- license: gpl-3.0
3
- ---
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: gpl-3.0
3
+ ---
4
+ # DSen2
5
+ Deep Sentinel-2
6
+
7
+ It is a PyTorch version of a DSen2 model for Sentinel-2 superresolution. It is used in [Remote Sensing Processor](https://github.com/simonreise/remote-sensing-processor) library.
8
+
9
+ Original article: [Super-Resolution of Sentinel-2 Images: Learning a Globally Applicable Deep Neural Network](https://arxiv.org/abs/1803.04271)
10
+
11
+ Original repo: [DSen2](https://github.com/lanha/DSen2)