colorization icon indicating copy to clipboard operation
colorization copied to clipboard

Automatic colorization using deep neural networks. "Colorful Image Colorization." In ECCV, 2016.

Results 52 colorization issues
Sort by recently updated
recently updated
newest added

As mentioned in the [paper](https://arxiv.org/pdf/1603.08511.pdf), the loss function uses **Z, Z^** which are of shape `H*W*Q`. However the model architecture computes the `(a,b)` probability distribution in a tensor of shape...

PIL is installed via Pillow scimage is install via scikit-image

Is there nay change about the model that the repo download from the amazon server? it is not working properly, output is not good. I used this model earlier, it...

First of all i'm new to machine learning, could someone explain to me how to quantize the ab color space and the one-hot encoding scheme.

Hi, I have a question regarding the annealed mean implementation (PyTorch code). If I understand correctly this step is implemented, for testing, as an additional convolutional layer applied to the...

hello,thanks for your work. I want to use the pre-trained caffemodel that training from my own dataset to output the colored images.First I find colorize.py( Test-Time Python Script) and replace...

Hi, rich, I compiled your modified caffe in windows successfully, But I got a runtime error: TypeError: No to_python (by-value) converter found for C++ type: class caffe::LayerParameter. then I try...

hi, i have this error ![Untitled](https://user-images.githubusercontent.com/78636473/107111412-a20b6a80-6858-11eb-9996-9febe3fa32b1.png) any ideas?

Hello, I wanted to resume training my model. As the README file stated, the command to resume training is: `./train/train_resume.sh ./train/models/colornet_iter_[ITERNUMBER].solverstate [GPU_ID]` However, if you look at the **train_resume.sh** file,...

Hi is it possible or is there a example to train the model with PyTorch with my own dataset?