We have forked from BasicSR
For the original README document from BasicSR, refer to README.md.txt.
TBD
We have updated model tunings for high-resolution satellite data. See Datasets.
These new changes are authored by Ethan D. Kyzivat and Ekaterina Lezine.
- Download images to Scenes folder
- plot_hists_serial.py > saves histogram for each scene
- Compute_mean_hist.py > averages these histograms
- extract_subimgs_single.py > Divides satellite scenes into subsets
- rand_shuf.sh > Randomly creates training and validation partitions
- generate_mod_LR_bic_parallel.py > Upscales and downscales subsets via a number of methods
- Python 3 (Recommend to use Anaconda)
- PyTorch >= 1.0
- NVIDIA GPU + CUDA
- Python packages:
pip install numpy opencv-python lmdb pyyaml - TensorBoard:
- PyTorch >= 1.1:
pip install tb-nightly future - PyTorch == 1.0:
pip install tensorboardX
- PyTorch >= 1.1:
TBD
Please see wiki for the basic usage, i.e., training and testing.