forked from richzhang/colorization
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,6 @@ This repo contains demo code to run the colorization model described in <br> | |
Richard Zhang, Phillip Isola, Alexei A. Efros <br> | ||
In [arXiv, 2016](http://arxiv.org/abs/1603.08511) <br> | ||
|
||
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 respository, `cd` into the `demo` directory, run `ipython notebook` and open *.ipynb file. | ||
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 respository, `cd` into the `demo` directory, run `ipython notebook` and open *.ipynb file. | ||
|
||
This demo code requires a working installation of [Caffe](http://caffe.berkeleyvision.org/) and basic Python libraries (numpy, pyplot, skimage, scipy). Please contact Richard Zhang at [email protected] for any questions or comments. |