All Projects → Dakini → Animecolordeoldify

Dakini / Animecolordeoldify

Colorise Anime/Manga Sketches with DeOldify

Projects that are alternatives of or similar to Animecolordeoldify

Credit card fraud
This repository includes the code used in my corresponding Medium post.
Stars: ✭ 82 (-1.2%)
Mutual labels:  jupyter-notebook
Nbconflux
nbconflux converts Jupyter Notebooks to Atlassian Confluence pages
Stars: ✭ 82 (-1.2%)
Mutual labels:  jupyter-notebook
Language Translation
Neural machine translator for English2German translation.
Stars: ✭ 82 (-1.2%)
Mutual labels:  jupyter-notebook
Voice Conversion Gan
Voice Conversion using Cycle GAN's For Non-Parallel Data
Stars: ✭ 82 (-1.2%)
Mutual labels:  jupyter-notebook
Yolo resnet
Implementing YOLO using ResNet as the feature extraction network
Stars: ✭ 82 (-1.2%)
Mutual labels:  jupyter-notebook
Nasnet Keras
Keras implementation of NASNet-A
Stars: ✭ 82 (-1.2%)
Mutual labels:  jupyter-notebook
Sequence Jacobian
Interactive guide to Auclert, Bardóczy, Rognlie, and Straub (2019): "Using the Sequence-Space Jacobian to Solve and Estimate Heterogeneous-Agent Models".
Stars: ✭ 82 (-1.2%)
Mutual labels:  jupyter-notebook
Ydf Recsys2015 Challenge
Solution of RecSys Challenge 2015
Stars: ✭ 82 (-1.2%)
Mutual labels:  jupyter-notebook
Fonduer Tutorials
A collection of simple tutorials for using Fonduer
Stars: ✭ 82 (-1.2%)
Mutual labels:  jupyter-notebook
Tf playground
Stars: ✭ 82 (-1.2%)
Mutual labels:  jupyter-notebook
Deterministic Variational Inference
Sample code for running deterministic variational inference to train Bayesian neural networks
Stars: ✭ 82 (-1.2%)
Mutual labels:  jupyter-notebook
Cs231n
Stanford cs231n'18 assignment
Stars: ✭ 82 (-1.2%)
Mutual labels:  jupyter-notebook
Pyepr
Powerful, automated analysis and design of quantum microwave chips & devices [Energy-Participation Ratio and more]
Stars: ✭ 81 (-2.41%)
Mutual labels:  jupyter-notebook
Malwaredatascience
Malware Data Science Reading Diary / Notes
Stars: ✭ 82 (-1.2%)
Mutual labels:  jupyter-notebook
Neural Networks
brief introduction to Python for neural networks
Stars: ✭ 82 (-1.2%)
Mutual labels:  jupyter-notebook
H3 Py Notebooks
Jupyter notebooks for h3-py, a hierarchical hexagonal geospatial indexing system
Stars: ✭ 82 (-1.2%)
Mutual labels:  jupyter-notebook
Articles
Papers I read
Stars: ✭ 82 (-1.2%)
Mutual labels:  jupyter-notebook
Imageclassification
Deep Learning: Image classification, feature visualization and transfer learning with Keras
Stars: ✭ 83 (+0%)
Mutual labels:  jupyter-notebook
Tensorflow Demo
Local AI demo and distributed AI demo using TensorFlow
Stars: ✭ 82 (-1.2%)
Mutual labels:  jupyter-notebook
Unsupervised anomaly detection
A Notebook where I implement differents anomaly detection algorithms on a simple exemple. The goal was just to understand how the different algorithms works and their differents caracteristics.
Stars: ✭ 82 (-1.2%)
Mutual labels:  jupyter-notebook

Anime/Sketch/Manga Coloriser trained with DeOldify

This repo is based on the work of Jason Antic, the creator of DeOldify. I have used his code base, to bring you this repository that allows you to colorise anime/manga sketches.

Quick Start: The easiest way to colorize images using This model trained via DeOldify (for free!) is via one of the colabs below!


Image

GrayScale Images

Digital Sketches

Sketches to Shading (tempremental)

The easiest way to learn how to use the Colabs, are the same those used in the DeOldify repository, which has kinldy been provided by in video tutorial form by Old Ireland in Colour's John Breslin. Click video image below to watch.

Get more updates here Twitter .

More to be filled out shortly

About this Repository

The goal for project this was to recolorise manga into color. Its been one of the main things I have wanted to do with deep learning and after experimenting with DeOldify, I wanted to try it with the danbooru2019 dataset.

Here are some pictures from this model.

Example Grayscale Images

[

[

[

[

[

[

Example Sketch images

[

[

[

[

[

Manga Colorisation

[

[

[

[

[

[

Why four models

This repository contains four models, All trained using the same code but different datasets. They are all based on the artistic training code that is provided by DeOldify [DeOldify]. They are the Image coloriser,Grayscale2Color, Sketch2Color, and Sketch2Gray.

As described in the DeOldify repo. The Artistic model acheives the highest quality in image coloriosation, in terms of interesting details and vibrance, which is needed for any dataset based on art especially Danbooru. However, the model can be particular on getting the best results, which can be adjusted using the render setting. The best setting is currently 12, but a higher render_factor is needed for rendering manga.

Getting Started

The easiest way to get started is using the google colabs, avaialble here.

Installing this repo

This should be an easy install if you have conda installed.

git clone https://github.com/Dakini/AnimeColorDeOldify
cd AnimeColorDeOldify
pip install -r requirements.txt
jupyter notebook

My training code, is not avaiable, as its a bit of a mess at the moment, with various hacks in place. However, I used the same training code from the Artistic jupyter notebook avaiable on the DeOldify repository

I used the danbooru dataset, which you can find more information here. The dataset is a total of ~3 TB, with over 3 millions images.

To start right away on your own machine with your own images or videos without training the models yourself, you'll need to download the pretrained models.They can be found here

The colorization inference notebooks should be able to guide you from here.

License

All code in this repository is under the MIT license as specified by the LICENSE file.

The model weights listed in this readme under the "Pretrained Weights" section are trained by ourselves and are released under the MIT license.

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].