From 1d59c0c8b68dd51655ec4efd28788696ec03738f Mon Sep 17 00:00:00 2001 From: Richard Zhang Date: Sun, 3 Apr 2016 10:02:18 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9166fad5..bb1991d9 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ This repo contains demo code to run the colorization model described in:

-

Colorful Image Colorization

[Project Page](http://richzhang.github.io/colorization/)
+

Colorful Image Colorization

[Richard Zhang](https://richzhang.github.io/), [Phillip Isola](http://web.mit.edu/phillipi/), [Alexei A. Efros](http://www.eecs.berkeley.edu/~efros/)
In [arXiv, 2016](http://arxiv.org/abs/1603.08511)
+[Project Page](http://richzhang.github.io/colorization/) We include demo usage as an iPython notebook, under [./demo/colorization_demo_v0.ipynb](https://github.com/richzhang/colorization/blob/master/demo/colorization_demo_v0.ipynb). Clone the master branch of the respository using `git clone -b master --single-branch https://github.com/richzhang/colorization.git`, `cd` into the `demo` directory, run `ipython notebook` and open `colorization_demo_v0.ipynb` in your web browser.