rushi-the-neural-arch / super-resolution

collection of super-resolution models & algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

super-resolution

A collection of super-resolution models & algorithms

Detail introduction of each model is in corresponding sub-folds.

Authored by icpm

Requirement

  • python3.6
  • numpy
  • pytorch 1.0.0

Models

Usage

train:

$ python3 main.py -m [sub/srcnn/cdsr/edsr/fsrcnn/drcn/srgan/dbpn]

super resolve:

$ python3 super_resolve

About

collection of super-resolution models & algorithms

License:Apache License 2.0


Languages

Language:Python 100.0%