Sentinel-2 Super-Resolution Segmentation Network

Sentinel-2 Super-Resolution Segmentation Network

Installation

Basic

To help out with development, start by cloning this repo-url

Then I recommend using mamba
to install both non-python binaries and python libraries.
A virtual environment will also be created with Python and
JupyterLab installed.

cd s2s2net
mamba env create --file environment.yml

Activate the virtual environment first.

Finally, double-check that the libraries have been installed.

Advanced

This is for those who want full reproducibility of the virtual environment.

Making an explicit conda-lock file
(only needed if creating a new virtual environment/refreshing an existing one).