This repository is about the deep-learing based automatic line art colorization with or without hints. There are mainly three types of hints.
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.
Method | Result |
---|---|
pix2pix & pix2pixHD | |
bicyclegan |
Method | Result |
---|---|
userhint | |
userhint v2 | |
whitebox | |
spade |
Method | Result |
---|---|
adain | |
scft | |
video |
MIT License on only Adeleine. The license is not effective on other implementations.