Skip to content

Implementing various state of the art algorithms to generate High resolution images from Low resolution images

Notifications You must be signed in to change notification settings

thevoxium/Image-Super-Resolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Super Resolution

I have implemented state of the art SRCNN model to produce high resolution images from the given low resolution images. I have used Adam instead of SGD as proposed in the original paper because Adam is much faster than SGD.

I have used PyTorch to implement the paper. I have also used Click to make a command line application for easy use.

About

Implementing various state of the art algorithms to generate High resolution images from Low resolution images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages