Shortcuts

图像上色

概览

  • 预训练权重个数: 1

  • 配置文件个数: 0

  • 论文个数: 1

    • ALGORITHM: 1

Instance-aware Image Colorization (CVPR’2020)

任务: 图像上色

摘要

Image colorization is inherently an ill-posed problem with multi-modal uncertainty. Previous methods leverage the deep neural network to map input grayscale images to plausible color outputs directly. Although these learning-based methods have shown impressive performance, they usually fail on the input images that contain multiple objects. The leading cause is that existing models perform learning and colorization on the entire image. In the absence of a clear figure-ground separation, these models cannot effectively locate and learn meaningful object-level semantics. In this paper, we propose a method for achieving instance-aware colorization. Our network architecture leverages an off-the-shelf object detector to obtain cropped object images and uses an instance colorization network to extract object-level features. We use a similar network to extract the full-image features and apply a fusion module to full object-level and image-level features to predict the final colors. Both colorization networks and fusion modules are learned from a large-scale dataset. Experimental results show that our work outperforms existing methods on different quality metrics and achieves state-of-the-art performance on image colorization.

结果和模型

Model Download
instance_aware_colorization_officiial model

快速开始

图像上色模型

您可以使用以下命令来对一张图像进行上色。

python demo/mmagic_inference_demo.py --model-name inst_colorization --img input.jpg --result-out-dir output.png

更多细节可以参考 Tutorial 3: inference with pre-trained models

Instance-aware Image Colorization (CVPR'2020)
@inproceedings{Su-CVPR-2020,
  author = {Su, Jheng-Wei and Chu, Hung-Kuo and Huang, Jia-Bin},
  title = {Instance-aware Image Colorization},
  booktitle = {IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
  year = {2020}
}
Read the Docs v: latest
Versions
latest
stable
0.x
Downloads
pdf
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.