Git Product home page Git Product logo

mydrive's Introduction

hhhhh

Code for executing the Single-Image Intrinsic Decomposition algorithm presented in the paper:

Unsupervised Deep Single-Image Intrinsic Decomposition using Illumination-Varying Image Sequences

by Louis Lettry, Kenneth Vanhoey and Luc Van Gool

in Computer Graphics Forum, vol. 37, no. 10 (Proceedings of Pacific Graphics 2018).

Paper available on kvanhoey.eu and ArXiv.

Citation

Please cite our paper if you use, compare to, or get inspired by this code and/or work.

@article{LVvG18,
    author={Lettry, Louis and Vanhoey, Kenneth and {Van Gool}, Luc},
    title="{Unsupervised Deep Single-Image Intrinsic Decomposition using Illumination-Varying Image Sequences}",
    booktitle={2018 IEEE Winter Conference on Applications of Computer Vision (WACV)},
    year = "2018",
    month = "October",
    journal = "Computer Graphics Forum (Proceedings of Pacific Graphics)",
    volume = "37",
    number = "10"
}

Content

This repository contains two python scripts. The main entry point is main.py. It

  1. loads the pre-trained neural network, and
  2. batch-executes it on a list of files.

An example file is given in the folder input/ Global parameters at the top of main.py allow to edit location of input and result folders. The folder model/ contains the pre-trained CNN definition and weights.

Installation & Usage

  1. Clone this repository
git clone [email protected]:lettryl/UnsupervisedIntrinsicDecomposition.git
  1. Enter the repository folder
cd UnsupervisedIntrinsicDecomposition/
  1. (Optional) place the files you want to process in the folder input/
  2. Run the application
python main.py

Dependencies

Tested on Linux Ubuntu 18.04. Should probably work on other systems with minor effort.

Depends on:

  • Python (developed on 2.7, compatible with Python3)
  • Tensorflow (developed on v1.2.0)
  • Python libraries: NumPy, PIL.

mydrive's People

Watchers

 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.