junyanz / interactive-deep-colorization

Deep learning software for colorizing black and white images with a few clicks.
https://richzhang.github.io/ideepcolor/
MIT License
2.69k stars 447 forks source link

Question about the paper #93

Open seanko29 opened 2 years ago

seanko29 commented 2 years ago

Hello Prof. Zhu.

I have a question for the paper. If we do not have color image (ground truth) during inference, is it impossible to provide local/global hint (patches that the user give) for the model to colorize?

When I tried colorization on a grayscale image of my own data, the model provided hint of grayscale patches.

So if I understood the paper correctly, are the hints provided in inference stage when we only have colored image?

Thank you in advanced.

image