Skip to content

Commit a51c788

Browse files
committed
Update README.md
1 parent 46d2f4e commit a51c788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
This repo contains demo code to run the colorization model described in: <br>
2-
31
<!--<h3><b>Colorful Image Colorization</b></h3>-->
42
<b>Colorful Image Colorization</b> <br>
53
[Richard Zhang](https://richzhang.github.io/), [Phillip Isola](http://web.mit.edu/phillipi/), [Alexei A. Efros](http://www.eecs.berkeley.edu/~efros/) <br>
64
In [arXiv, 2016](http://arxiv.org/abs/1603.08511) <br>
75
[Project Page](http://richzhang.github.io/colorization/)
86

7+
![Teaser Image](http://richzhang.github.io/colorization/resources/images/teaser3.jpg)
8+
99
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.
1010

1111
This demo code requires a working installation of [Caffe](http://caffe.berkeleyvision.org/) and basic Python libraries (numpy, pyplot, skimage, scipy). For guidelines and help with installation of Caffe, consult the [installation guide](http://caffe.berkeleyvision.org/) and [Caffe users group](https://groups.google.com/forum/#!forum/caffe-users).

0 commit comments

Comments
 (0)