You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decloud enables the training and inference of various neural networks to remove clouds in optical images.
Representative illustrations:
Examples of de-clouded Sentinel-2 images using the single date SAR/Optical U-Net model.
Cite
@inproceedings{cresson2022comparison,
title={Comparison of convolutional neural networks for cloudy optical images reconstruction from single or multitemporal joint SAR and optical images},
author={Cresson, R{\'e}mi and Nar{\c{c}}on, N and Gaetano, Raffaele and Dupuis, Aurore and Tanguy, Yannick and May, St{\'e}phane and Commandr{\'e}, Benjamin},
booktitle={XXIV ISPRS Congress (2022 edition)},
volume={43},
pages={1317--1326},
year={2022}
}
You can find more info on available models and how to use these models here
Advanced usage: Train you own models
Prepare the data: convert Sentinel-1 and Sentinel-2 images in the right format (see the documentation).
Create some Acquisition Layouts (.json files) describing how the images are acquired, ROIs for training and validation sites, and generate some TFRecord files containing the samples.
Train the network of your choice. The network keys for input/output must match the keys of the previously generated TFRecord files.