Git Product home page Git Product logo

pytorch-neural-enhance's Introduction

Pytorch Neural Enhance

This repository contains the code for the experiments presented in the technical report An empirical evaluation of convolutional neural networks for image enhancement.

The repository contains the code for evaluating CAN32 and UNet models, together with a number of different loss functions, on the task of supervised image enhancement, imitating experts from the MIT-Adobe FiveK dataset.

The models can also be conditioned, by conditional batch normalization, on the categorical features contained in the dataset.

In addition, the script learn_transform.py performs training for learning Contrast Limited Adaptive Histogram Equalization (CLAHE) on the CIFAR10 dataset, using different architectures.


Written in collaboration with ennnas for the Computer Vision MSc course at Politecnico di Milano.

Installation

git clone https://github.com/proceduralia/neural_enhance
cd neural_enhance
conda create --name myenv --file requirements.txt
source activate myenv

To download the MIT-Adobe FiveK dataset run:

python scrape_fivek.py --base_dir path/to/data

Training

To train a model without using categorical features as additional input run:

python main.py --model_type unet --loss l1nima --data_path path/to/data

To train a model using categorical features as additional input run:

python conditioned_main.py --model_type unet --loss l1nima --data_path path/to/data

Evaluation

To evaluate a model (without conditions) run:

python evaluations.py --model_type unet --image_path path/to/image --final_dir path/to/model_folder

pytorch-neural-enhance's People

Contributors

proceduralia avatar ennnas avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.