InstColorization icon indicating copy to clipboard operation
InstColorization copied to clipboard

Results 33 InstColorization issues
Sort by recently updated
recently updated
newest added

Hey @jbhuang0604, Good job and thanks for sharing your code! I have a question about color space. Why do you select CIE Lab color space in order to predict the...

Hi, I'm experiencing strange color bleeds in many colorized images. See example urls below. Any advice on how to avoid this undesired effect? https://i.imgur.com/MCg2ZaN.png https://i.imgur.com/3qJniGV.png https://i.imgur.com/k7QPUQA.png Thanks in advance

Using unmodified Googlecolab I got this error: model = create_model(opt) model.setup_to_test('coco_finetuned_mask_256_ffs') initialize network with normal initialize network with normal initialize network with normal model [FusionModel] was created load Fusion model...

First of all, great job on the project! I was wondering if there were any implemented functionality to finetune this model? Basically introducing another dataset to train on top of...

Hi, Thanks for the code! I am getting this issue whilst trying to install the dependencies when using this line `conda env create --file env.yml` is there any solution to...

Hello, I've read your paper recently. In this paper, you mentioned that the training epoch is set as 2, 5 and 2, but the source code is set 150. I...

It's a great job. Thank you ! Here ,I have two questions to ask your advice: (1)My input image size is different such as 419* 320 , 520* 400.... ,but...

你好,我用开源的代码跑了论文中的图,发现结果和论文展示的结果对不上,请问是否是哪里设置有问题呢?

hi.I am confused of the meaning of box_info_2x/ box_info_4x/ box_info_8x in fusion_dataset.py.Any help would be greatly appreciated