color_distillation
color_distillation copied to clipboard
大佬你这个里面COLORCNN输出的color_palette 可以看作是提取出的能代表原图像主要颜色的调色板吗?
大佬你这个里面COLORCNN输出的color_palette 可以看作是提取出的能代表原图像主要颜色的调色板吗?为什么我把它乘255之后保存,里面的颜色跟原图以及重建的图像里的颜色感觉毫不相干呢?求大佬解惑?谢谢!我就是想做一个能提取图像调色板的深度学习模型,可以参考你这个吗?
thank you for your interest.
yes, you can think of the color palette as representative colors for the image. please see code on how to reconstruct the RGB image using the color palette and the index map.
since this work only optimizes for neural network recognition accuracy, the color quantization results might not be the most visually accurate. for improved visual fidelity, please see our improved version, ColorCNN+, at this link.
you are more than welcome to use this model as a baseline for your deep learning model on extracting color palette.
best, Yunzhong
thank you for your interest.
yes, you can think of the color palette as representative colors for the image. please see code on how to reconstruct the RGB image using the color palette and the index map.
since this work only optimizes for neural network recognition accuracy, the color quantization results might not be the most visually accurate. for improved visual fidelity, please see our improved version, ColorCNN+, at this link.
you are more than welcome to use this model as a baseline for your deep learning model on extracting color palette.
best, Yunzhong
好的,我试一下,谢谢大佬!
对了,我还有个问题就是,是直接将color_palette *255,就可以得到真实可视化的调色板吗?还是需要其他操作呢?
大佬放假了吗?/(ㄒoㄒ)/~~ @hou-yz
对了,我还有个问题就是,是直接将color_palette *255,就可以得到真实可视化的调色板吗?还是需要其他操作呢?
可以
