Deep-Auto-Coloring
Automatic coloring and shading of manga-style lineart, using Tensorflow + cGANs
This Repositories is python 3 porting and TensorFlow Version Compatibility for old Version(python2, tensorflow 0.). (https://github.com/gunpowder78/manga-auto-coloring)
Outline and Color Hints :
Result - Color Hint base Coloring or Auto Coloring:
Setup
Requirements
- python 3.5
- numpy 1.14.0
- Tensorflow-GPU 1.3.0
- OpenCV
Running it
- make a folder called "results"
- make a folder called "imgs"
- Fill the "imgs" folder with your own .jpg images, or run "download_images.py" to download from Safebooru.
- Run "python main.py train". I trained for ~20 epochs, taking about 16 hours on one GPU.
- To sample, run "python main.py sample"
- To start the server, run "python server.py". It will host on port 8000.
Code based off this pix2pix implementation.

