/pytorch-super-resolution-implementations

Image super-resolution implementations

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

PyTorch super-resolution implementations

A collections of Super-resolution models

Requirements

  • python 3.6
  • numpy
  • pytorch >= 0.4.0

Models

Usage

  • training
python3 train.py --upscale_factor 2 --datapath /model/path/to/folder
  • super-resolve
python3 inference.py --input_image /path/to/img --output_filename /path/to/img --model /path/to/pretrained/model

Reference