Deep-Exemplar-based-Colorization icon indicating copy to clipboard operation
Deep-Exemplar-based-Colorization copied to clipboard

The source code of "Deep Exemplar-based Colorization".

Results 12 Deep-Exemplar-based-Colorization issues
Sort by recently updated
recently updated
newest added

- At present, the VGG network and the color network model are large. I want to control the total model size saved within 10M. Is there a good solution? -...

- At present, the test gray-scale image colorization effect is very good, but when I use infrared image colorization, it has no effect. How can I improve it?

Hi, thanks for your great job! i run code that project from https://github.com/ncianeo/Deep-Exemplar-based-Colorization. while error happen: FileNotFoundError: [Errno 2] No such file or directory: 'example/input/combo_new/in1_ref1.combo' what is in1_ref1.combo?

Hi, from the demo, it seems that the input needs to be images with fixed height and weight. Since I want to explore if this model can be used as...

您好, 我想请教一下关于test data那里,我们没有像训练数据reference匹配时的类别信息,不能按照类别去寻找reference,需要将每个图片与ImageNet中所有数据去对比 然后找最相近的数据嘛?

It seems my 2080ti driver not compatible with CUDA 8 anymore (mine is CUDA 10.2). I tried to build Caffe with 10.2 but it kept sending this error: **Severity Code...

For some reasons, I cannot use docker. Recently, I use this https://github.com/ncianeo/Deep-Exemplar-based-Colorization/tree/linux-docker-cv-caffe-build repo and have successfully run it under linux 18.04 without docker. However, I have to change the source...

1. 我们拜读了本论文,并模仿您的开发环境,成功使用了您提供的网络模型和预编译的exe文件,且获得了良好的效果。 2. 但由于能力有限,且基于C++的caffe框架对开发环境及开发技术的苛刻要求,我们无法基于您的网络尝试修改和训练。(似乎当前版本的代码并未提供训练函数及相关损失、参数、及训练方法等) 3. 请问您近期是否有打算发布一版基于python语言框架的《Deep Exemplar-based Colorization*》的实现的可训练版本呢? _如果您能在百忙之中抽空答复,我们将感激不尽_

Hello, could you release the training code and the training details? Thank you!

Could you please tell me how long does it take to color a photo? 7-8 minute per photo for me.