Skip to content

Underexposed Photo Enhancement Using Deep Illumination Estimation

Notifications You must be signed in to change notification settings

SiyingZhai/DeepUPE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Underexposed Photo Enhancement Using Deep Illumination Estimation

Usage

  1. compile custom operation for bilateral upsample, run:

    cd main
    pip install -r requirements.txt
    make

    The environment for compiling is strict:

    • python2.7
    • cuda8.0(nvcc)
    • tensorflow 1.1
  2. Evaluation:

    python main/run.py <input file path> <output file path>

About

Underexposed Photo Enhancement Using Deep Illumination Estimation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.0%
  • C++ 40.3%
  • MATLAB 1.5%
  • Makefile 1.2%