puffnjackie / pytorch-super-resolution-implementations

Image super-resolution implementations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Image super-resolution implementations

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%