This repository implements converting line arts into color images automatically. Of course, we can train the neural network to deal with line art only. However, in the application system, we also need to colorize the line art with designated color in advance. There are many types of colorization with respect to hint.
No hint
Colorization without hint
Input: Line art only
Atari
Colorization with hint which is line of desired color in the specific region (ex. PaintsChainer)
Input: Line art and atari
Tag
Colorzation with hint which is tag (ex. Tag2Pix)
Input: Line art and tag
Reference
Colorization with hint which is reference image (ex. style2paints V1)
Input: Line art and reference image
