richzhang / colorization-pytorch

PyTorch reimplementation of Interactive Deep Colorization
https://richzhang.github.io/ideepcolor/
MIT License
597 stars 113 forks source link

How can I use the pretrained code for example-based colorization #5

Open TingMAC opened 5 years ago

TingMAC commented 5 years ago

In your paper you say using the Global Hints Network, you can colorize a grayscale image using global histograms from an input color image. I want to know how to implement this using the pretrained model. Thank you.

richzhang commented 5 years ago

Hi, this is currently not supported in this repo. You can see the original Caffe repo for the Global Hints model.