Skip to content

PyTorch implementation of Super Resolution Convolutional Neural Network. Image Super-Resolution Using Deep Convolutional Networks by He et. al.

Notifications You must be signed in to change notification settings

thepooons/SRCNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SRCNN

PyTorch implementation of Super Resolution Convolutional Neural Network. Image Super-Resolution Using Deep Convolutional Networks by Dong et al.
Data in t91-image-data/sris_srcnn_data/ is a modified version of this dataset.

Qualitative results

LR Image (Bilinear Interpolation) HR Image (SRCNN Generated)
bilinear extrapolation SRCNN generated

About

PyTorch implementation of Super Resolution Convolutional Neural Network. Image Super-Resolution Using Deep Convolutional Networks by He et. al.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages