colorization-pytorch
colorization-pytorch copied to clipboard
PyTorch reimplementation of Interactive Deep Colorization
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,...
 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...