MrCPlusPlus / ESRCNN-for-Landsat8-Sentinel2-Fusion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESRCNN-for-Landsat8-Sentinel2-Fusion

To run this code you need the following:

Python3 Pytorch 0.3.0

usage:

  1. Get into generate_data folder to run codes inside, which will help you generate training samples. e.g.
python3 generate_data_S2self.py
  1. perform training. e.g.
python3 train_S2self.py
  1. perform testing. e.g.
python3 test_S2self.py

Notice: you can change parameters which are stored in .json file. (options/test or options/train)

About


Languages

Language:Python 100.0%