Skip to content

MaximeB3N/ImageEnhance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageEnhance

A Python programme using a Deep Learning model to enhance an image.

Future modifications : use of the following repository providing SuperRes, Contrast Enhancement, Lowlight Enhancement and denoising models.

Installation

Use the package manager pip to install the requirements to run the python programme.

pip install -r requirements.txt

Download the model called EDSR_x3.pb here and put it in the folder called code.

Usage

When you're in the folder code, run the following code :

python3 main.py -r input_path [-e ouputname]

where :

    -r : define the input path, ex. test.jpg\n
    -e : define the output name, ex. testUpscaled.jpg (optional)

License

[1] Bee Lim, Sanghyun Son, Heewon Kim, Seungjun Nah, and Kyoung Mu Lee, "Enhanced Deep Residual Networks for Single Image Super-Resolution," 2nd NTIRE: New Trends in Image Restoration and Enhancement workshop and challenge on image super-resolution in conjunction with CVPR 2017.

About

A Python programme using a Deep Learning model to enhance an image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages