Skip to content

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

Notifications You must be signed in to change notification settings

amaurylancelin/ImageEnhance

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageEnhance

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

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

  • Python 100.0%