Home

Awesome

MIT Intrinsic Images Fork

This repository contains the code published together with the MIT Intrinsic Images Dataset, see http://www.cs.toronto.edu/~rgrosse/intrinsic/. See also:

[1] R. Grosse, M. K. Johnson, E. H. Adelson, and W. T. Freeman.
    Ground truth dataset and baseline evaluations for intrinsic image algorithms.
    Proceedings of the International Conference on Computer Vision (ICCV), 2009.

Below you find the original README of the code.

A command line tool for running the color Retinex algorithm as described in [1] is included (retinex.py).

Original README

Code and Data

The code and data are available as separate tarballs:

Unpack the tarballs and merge if necessary. The top-level folder, named MIT-intrinsic by default, should contain the README, four python files, the data folder, and two empty results folders.

The four python files are:

After installing the required packages (see below), you should be able to reproduce most of the results from the paper by running comparison.py:

cd mit-intrinsic-images python comparison.py

This will evaluate the algorithms using hold-one-out cross-validation. It prints results to the console, and also saves the shading/reflectance decompositions and their error scores to the HTML file results/index.html. If you set the USE_L1 variable (defined in comparison.py) to True, it will use the L1 penalty for reconstruction rather than least squares. In this case, the outputs will be saved to results_L1/index.html.

We have done our best to provide a code base which is readable, compact, and easy to extend.

Please send your questions and comments to Roger Grosse (rgrosse@mit.edu).

Installation

To run the code, you will need Python as well as the following Python libraries:

For detailed installation instructions for particular platforms, please see http://people.csail.mit.edu/rgrosse/intrinsic/downloads.html

License

For license information see http://www.cs.toronto.edu/~rgrosse/intrinsic/.

For license details of Lenna.png, see http://en.wikipedia.org/wiki/Lenna#mediaviewer/File:Lenna.png.