All Projects → wmylxmj → Pix2Pix-Keras

wmylxmj / Pix2Pix-Keras

Licence: MIT license
基于pix2pix模型的动漫图片自动上色(keras实现) 2019-2-25

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pix2Pix-Keras

coursera-gan-specialization
Programming assignments and quizzes from all courses within the GANs specialization offered by deeplearning.ai
Stars: ✭ 277 (+191.58%)
Mutual labels:  pix2pix, u-net
Anime Inpainting
An application tool of edge-connect, which can do anime inpainting and drawing. 动漫人物图片自动修复,去马赛克,填补,去瑕疵
Stars: ✭ 761 (+701.05%)
Mutual labels:  anime, cv
amusementclub2.0
Source code for Amusement Club Discord bot using Eris library
Stars: ✭ 16 (-83.16%)
Mutual labels:  anime
pytorch solov2
SOLOv2 pytorch (without mmdetection and mmcv)
Stars: ✭ 68 (-28.42%)
Mutual labels:  cv
gogoanime
Gogoanime is a custom API that provides data from the 10.gogoanime.io website. You will have access to the entire catalog whether movies, series, current episodes, etc., with English subtitles.
Stars: ✭ 64 (-32.63%)
Mutual labels:  anime
Mirai
A website to stream Anime and read Manga for free.. Everything is scraped from sources online and we don't need to actually host any videos or images.
Stars: ✭ 38 (-60%)
Mutual labels:  anime
chrollo
A node.js based CLI to enjoy your favourite anime.
Stars: ✭ 38 (-60%)
Mutual labels:  anime
AnilistBot
A new code base to Anilist bot in Telegram.
Stars: ✭ 33 (-65.26%)
Mutual labels:  anime
EnterpriseALRobot
An anime themed telegram group management bot
Stars: ✭ 134 (+41.05%)
Mutual labels:  anime
sakura-dmhy
Sakura - 一个简单的工具
Stars: ✭ 29 (-69.47%)
Mutual labels:  anime
animec
A module to get data about anime characters, news, info, lyrics and more.
Stars: ✭ 31 (-67.37%)
Mutual labels:  anime
deeplearning-paper-notes
Reading notes on deep learning papers---深度学习论文阅读笔记
Stars: ✭ 36 (-62.11%)
Mutual labels:  cv
seminar
ECNU ICA seminar materials
Stars: ✭ 14 (-85.26%)
Mutual labels:  cv
Quicksend
Send Quick Templated emails (with CV) to different companies
Stars: ✭ 27 (-71.58%)
Mutual labels:  cv
BlackIQ.ir
BlackIQ.ir Source Code
Stars: ✭ 14 (-85.26%)
Mutual labels:  cv
cv compiler
A typical CV compiler for software engineer
Stars: ✭ 17 (-82.11%)
Mutual labels:  cv
ani-ss
Anime4K using Web Assembly
Stars: ✭ 22 (-76.84%)
Mutual labels:  anime
ML-ProjectYard
This repo consists of multiple machine learning based projects with frontend
Stars: ✭ 105 (+10.53%)
Mutual labels:  cv
lambda-wallpapers
All of my wallpapers in one repo.
Stars: ✭ 123 (+29.47%)
Mutual labels:  anime
KGrabber
Userscript for extracting links from kissanime.ru and similar sites.
Stars: ✭ 29 (-69.47%)
Mutual labels:  anime

Pix2Pix-Keras

基于pix2pix模型的动漫图片自动上色 2019-2-25

环境
  • tensorflow-gpu 1.12.0
  • Keras 2.2.4

数据集的准备:

  • 把训练的彩色图片放入datasets\OriginalImages文件夹
  • 运行prepare.py进行数据集的处理与准备
  • 注意:当前datasets中的训练集过少,可增加训练集进行训练,防止过拟合

训练模型:

  • 若要加载预训练权重,将权重文件放入weights文件夹
  • 最新权重(在30020张图片的大数据集下训练后的权重)下载
  • 链接:https://pan.baidu.com/s/1tmfMTCpAFVpC6Z7GWvkrfA 提取码:cac2
  • 在demo.py中新建一个pix2pix模型实例
  • 调用实例中的train函数进行训练

为新的图片上色:

  • 将权重文件放入weights文件夹
  • 新建一个pix2pix模型实例
  • 调用demo.py中的predict_single_image函数进行图片上色

Demo(中间的为AI预测,右边的为原始图像):

泛化能力测式(给漫画上色):

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].