Home

Awesome

This code is implementation of the colorization algorithm published in proceedings of International Conference on Computer Vision (ICCV), 2015:

"Learning Large-Scale Automatic Image Colorization", By: Aditya Deshpande, Jason Rock and David Forsyth

Copyright (c) 2016 University of Illinois at Urbana Champaign. All rights reserved.

Permission to use, copy, modify and distribute this software and its documentation for educational purpose is hereby granted without fee, provided that the above copyright notice and this permission notice appear in all copies of this software and that you do not sell the software.

THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND, EXPRESSED, IMPLIED OR OTHERWISE.

=== Acknowledgements ===

  1. Includes Mean-shift code (modified by us to use Gaussian Kernel) by
  1. Includes fast EM implementation by

=== Instructions ===