colorization-pytorch icon indicating copy to clipboard operation
colorization-pytorch copied to clipboard

PyTorch reimplementation of Interactive Deep Colorization

Results 15 colorization-pytorch issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to test your model in google colab. I put a dummy image a dummy folder: '/content/colorization-pytorch/dataset/ilsvrc2012/val/MyImages' I tested these two following commands: #!python test.py --name siggraph_caffemodel...

How can I export ONNX model from latest_net_G.pth?

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...

Hi, Thanks for this Pytorch implementation. I'm following your exact tutorial to train the model on my Mac machine CPU, the problem is that as I monitor the visdom console,...

![newplot](https://user-images.githubusercontent.com/33034982/46448393-90fe4a80-c7c1-11e8-8f58-38b2d1c89c39.png) Plot.ly Link: https://plot.ly/~Ugness/1/ I am training the model with ILSVRC2012 training set and same options as your implementation and my loss graph looks like above. I am afraid that...