SerialLain3170 / adeleine

Automatic line art colorization using various types of hint or without hint
Other
350 stars 47 forks source link
colorization deeplearning

adeleine

Update

Overview

This repository is about the deep-learing based automatic line art colorization with or without hints. There are mainly three types of hints.

Line extraction method

There are many kinds of line extraction methods, such as XDoG or SketchKeras. If we train the model with only single type of the line art, trained model tends to overfit and cannot colorize other types of line art properly (ref Tag2Pix). Therefore, three types of line art are mainly used.

An example obtained by these line extraction methods is as follows.

Moreover, I usually add two types of data augmenation to line arts to avoid overfitting.

Experiments without hints

Methods

Results

Method Result
pix2pix & pix2pixHD
bicyclegan

Experiment with atari

Methods

Results

Method Result
userhint here
userhint v2
whitebox
spade

Experiment with reference

Methods

Results

Method Result
adain here
scft
video

GUI application

LICENSE

MIT License on only Adeleine. The license is not effective on other implementations.

References