suke27 / fsrcnn_pytorch

An implementation of FSRCNN in PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An implementation of FSRCNN in PyTorch

Originally authored by icpm

I did some minor modification to acquire better approach to the paper.

Requirement

  • python3.6
  • numpy
  • pytorch 1.0.0

Usage

dataset: create dir './dataset/BSDS500/images/[train, test]' and fill in your data

train:

$ python3 main.py

super resolve:

$ python3 super_resolve

About

An implementation of FSRCNN in PyTorch

License:Apache License 2.0


Languages

Language:Python 100.0%