Skip to content

Prateek1337/Image_Super_resolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image_Super_resolution

Overview:

Image super resolution aims in recovering a high resolution image from a low resolution one.Our method directly learnsand end to endmapping between the high/low- resolution images. The mapping is represented as a deep Convolution Neural Network that takes the low resolution image as input and outputs a high-resolution one . We explore different network structures and parameter setting to achieve trade offs between speed and performance.

We conducted experiments from this paper.

We first tested different filters. We tried the following combinations:

NOTE: We have used T91 dataset for the following results.

A. 915 :

Comparing PSNRs between Bicubic and our SRCNN for YCrCCb:

Bicubic: 32.053059313091204

SRCNN: 33.56075266205568

Input:

Input to the 915

Output:

Output of the915

B. 935 :

Comparing PSNRs between Bicubic and our SRCNN for YCrCCb:

Bicubic: 32.053059313091204

SRCNN: 33.68691645424939

Input:

Input to the 935

Output:

Output of the935

C. 955 :

Comparing PSNRs between Bicubic and our SRCNN for YCrCCb:

Bicubic: 32.053059313091204

SRCNN: 33.616639192529114

Input:

Input to the 955

Output:

Output of the955

Comparing three of them :

Screen Shot 2020-03-04 at 4 55 39 PM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published