Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.83 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.83 KB

SketchySceneColorization - SIGA2019

This repository hosts the datasets and the code for the SketchyScene Colorization system (SIGGRAPH Asia 2019). Please refer to our paper for more information: Language-based Colorization of Scene Sketches.

examples

Paper | Supplementary Material | Project Page

Outline

Instance Matching

For the details of MATCHING dataset and the code, please refer to the Instance_Matching directory.

Foreground Instance Colorization

For the details of FOREGROUND dataset and the code, please refer to the Foreground_Instance_Colorization directory.

Background Colorization

For the details of BACKGROUND dataset and the code, please refer to the Background_Colorization directory.

The Whole Pipeline

(TBA)

Citation

Please cite the corresponding paper if you found the datasets or code useful:

@article{zouSA2019sketchcolorization,
  title = {Language-based Colorization of Scene Sketches},
  author = {Zou, Changqing and Mo, Haoran and Gao, Chengying and Du, Ruofei and Fu, Hongbo},
  journal = {ACM Transactions on Graphics (Proceedings of ACM SIGGRAPH Asia 2019)},
  year = {2019},
  volume = 38,
  number = 6,
  pages = {233:1--233:16}
}