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

Good evening, Please, someone could explain how soft-encoding works to generate the probability distribution for the ground truth? Another doubt is: How the Class Rebalacing works? I didn't understand the...

Hi, we take our own color image data set to train the model. yes, it works. but after training when testing, we found that the output colorised image take the...

Hello, I would like to ask regarding the test time script. I have tried to input a grayscale image but it always fails to colorize it and when I tried...

Hi, Thanks for this repo! It would be helpful if you could provide the prototxt's for the fast-rcnn detection representation learning tests. Thank you

Hello, I have the following situation : I launched the training on my own data folder but for the moment, it takes 64 hours !! And others things : I...

On this line: https://github.com/richzhang/colorization/blob/master/resources/conv_into_fc.py#L37 But I don't see the package rz_fcns defined anywhere in the repo. Where is it located? thanks, eric

hi, rich, I download your modified caffe and build it on windows10/64bit successfully ( I modified some caffe code for windows) . But when I run it to train the...

Hi, I have a little question about the BatchNorm layer in the model. In ./colorization/models/colorization_train_val_v2.prototxt, I noticed that you are using `BatchNorm` layers without `Scale` layers following behind, so does...

It is the first time i have used Caffe to build my development environment,so there are some difficulties in running this model.Luckily,it worked.Now share some experience,hope it is useful. --------------------------------------------------------------------------------------------------------...

Hello, I want to train on voc dataset . what should i do ? i try to add voc lmdb path in /colorization/models/colorization_train_val_v2.prototxt but it fail. can you help me...