Jun-Yan Zhu

Results 310 comments of Jun-Yan Zhu

The entire image is colorized based on a reference image, not only the target.

It's currently not available. We have a [notebook](https://github.com/junyanz/interactive-deep-colorization/blob/master/DemoGlobalHistogramTransfer.ipynb) with Caffe backend.

See this [post](https://github.com/junyanz/interactive-deep-colorization/issues/46).

Not sure how to fix it. It might be related to this [issue](https://github.com/richzhang/colorization/issues/5).

We are looking at it. Will upload one soon.

If you are looking for the model, you can use the following script to download the model. ```bash bash ./models/fetch_models.sh ```

Your issue is related to Caffe and GPU. When you install Caffe, You may want to also test if your Caffe is working by typying `make test` and `make runtest`....

You mean RGB2Lab? Here is the [document](http://scikit-image.org/docs/dev/api/skimage.color.html#skimage.color.rgb2lab).

Unfortunately, we do not provide executable files. You can use the docker files to install the software. https://hub.docker.com/r/vbisbest/ideepcolor_osx/ https://hub.docker.com/r/swallner/ideepcolor/ See this [post](https://github.com/junyanz/interactive-deep-colorization/issues/10) for step-by-step installation help.