Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 807 Bytes

readme.md

File metadata and controls

36 lines (21 loc) · 807 Bytes

comic coloring 漫画自动上色

初衷:利用gan对抗网络给漫画上色

运行环境 python3 keras2.2.4

修改自 https://github.com/eriklindernoren/Keras-GAN/pix2pix

数据来源 参考https://zhuanlan.zhihu.com/p/25709644

1: 把图片放到imgs中

2: 运行create_data.py制作训练模型所需的数据

3: 运行pix2pix.py即可

Original intention: use gan to fight against the network to color comics

Operating environment python3 keras2.2.4

Modified from https://github.com/eriklindernoren/Keras-GAN/pix2pix

Data Sources Reference https://zhuanlan.zhihu.com/p/25709644

1: Put the picture in imgs

2: Run create_data.py to create the data needed for the training model

3: Run pix2pix.py

效果如下: avatar