Skip to content

A Image Super-Resolution Codebase which implements all SOTA

Notifications You must be signed in to change notification settings

GiantPandaCV/GiantPandaSR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GaintPandaSR

A Image Super-Resolution Codebase which implements all sota approaches.

1. Dataset

Public Datasets:
   |- DIV2K
   |- Flicker2K
   |- DIV8K
   |- Set5

2. Code Role

We use the PEP8 style and we should add docstring to every new function.

3. Folder structure

. ├── data │   └── init.py ├── log │   └── init.py ├── metrics │   └── init.py ├── model │   └── init.py ├── README.md ├── requirements.txt ├── tools │   ├── demo.py │   ├── test.py │   └── train.py └── utils └── init.py

4. Papers & Codes

Name Summary Paper Code
2015
SRCNN Image Super-Resolution Using Deep Convolutional Networks [arXiv] [code]
2016
SRGAN Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network [arXiv] [code]
FSRGAN Accelerating the Super-Resolution Convolutional Neural Network [arXiv] [code]
EnhanceNet Single Image Super-Resolution Through Automated Texture Synthesis [arXiv] [code]
2017
LapSRN Deep Laplacian Pyramid Networks for Fast and Accurate Super-Resolution [arXiv] [code]
EDSR Enhanced Deep Residual Networks for Single Image Super-Resolution [arXiv] [code]
2018

About

A Image Super-Resolution Codebase which implements all SOTA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages