-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Based on the work of Emanuele Dalsasso, Loïc Denis, Florence Tupin. Link to Repo
The code is made available under the GNU General Public License v3.0: Copyright 2020, Emanuele Dalsasso, Loïc Denis, Florence Tupin, of LTCI research lab - Télécom ParisTech, an Institut Mines Télécom school. All rights reserved.
Please note that the training set is only composed of Sentinel-1 SAR images, thus this testing code is specific to this data.
Before we Dive in to explain how this model works, we first need to consider the type of data we are going to be working with. If we are looking at an image file, we will have to preprocess the file into a NumPy array and will be handled by 'preprocess.py' and you will have to use one of the various provided solutions to help in the conversion of the image to a NumPy array.
If the data is going to be a GDAL Image, you will have to dump the image as a NumPy array and will be handled by the Notebook called '00_GDAL.ipynb'.
- Paper (ArXiv) The material is made available under the GNU General Public License v3.0: Copyright 2020, Emanuele Dalsasso, Loïc Denis, Florence Tupin, of LTCI research lab - Télécom ParisTech, an Institut Mines Télécom school. All rights reserved.
To cite the article:
@article{dalsasso2020sar2sar,
title={{SAR2SAR}: a self-supervised despeckling algorithm for {SAR} images},
author={Emanuele Dalsasso and Loïc Denis and Florence Tupin},
journal={arXiv preprint arXiv:2006.15037},
year={2020}
}