Skip to content

Joostdambrink/GeniusAI

Repository files navigation

GeniusAI

Single Image Super Resolution Model

An CNN Model used for enhancing the resolution on images.

Features

  • Enhance a single image resolution 4x
  • Load websites faster by loading low res images and using model to enhance

Installation

Our Model requires Python to run

Download the dependencies with:

python setup.py

To run our program open the terminal use:

python run.py --lr_path <path> --hr_path <path> --save_path <path>
Parameter Description
--lr_path Path where the low-res images are stored
--hr_path Path where the high-res images are stored
--save_path Path where the results are stored

EDSR

Architecture

arch_edsr

EDSR Results

result_edsr

Our model

Architecture

arch_model

Out model Results

result_model

Our model + denoiser

Architecture

arch_edsr

Our model + denoiser Results

result_edsr

Refereces

About

An AI Repository from Genius Corp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •