All Projects β†’ sanjay035 β†’ Sketch2Color-anime-translation

sanjay035 / Sketch2Color-anime-translation

Licence: MIT license
Given a simple anime line-art sketch the model outputs a decent colored anime image using Conditional-Generative Adversarial Networks (C-GANs) concept.

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Sketch2Color-anime-translation

security bear
πŸ§ΈπŸ›‘οΈ Security Bear provides easy integration with the device like making it connect to home WiFi through an app and getting secure and unique user credentials of the device in order to troubleshoot. If you have ever wondered "Is there an open-source project to make my own smart home?", This is just part of one.
Stars: ✭ 22 (-75.56%)
Mutual labels:  hacktoberfest2020, hacktoberfest-2020
start hacktoberfest2020
This repository is an initiative for beginners in Open source, the objective is to practice the first contribute a project, today the open-source projects are a great contribution to the world. Join the global community for the yearly celebration of open source software!
Stars: ✭ 14 (-84.44%)
Mutual labels:  hacktoberfest2020, hacktoberfest-2020
hacktoberfest2020
This is a hacktoberfest repo with learning propose to make pull request(PR) and get contribute on opensource project
Stars: ✭ 13 (-85.56%)
Mutual labels:  hacktoberfest2020, hacktoberfest-2020
cbj smart-home
🏑 If you are searching for an easy way to connect all your smart home devices with one app CyBear Jinni πŸ¦ΎπŸΌπŸ§žβ€β™‚οΈ is here for you. Join the community and make your home smarter than yesterday.
Stars: ✭ 40 (-55.56%)
Mutual labels:  hacktoberfest2020, hacktoberfest-2020
WGAN-GP-TensorFlow
TensorFlow implementations of Wasserstein GAN with Gradient Penalty (WGAN-GP), Least Squares GAN (LSGAN), GANs with the hinge loss.
Stars: ✭ 42 (-53.33%)
Mutual labels:  generative-adversarial-network, image-synthesis
cbj app
πŸ“± CyBear Jinni App is the app to control CyBear Jinni Hub πŸ’‘ remotely from your Android, IOS and Web Browser. If you have ever wondered "Is there an open-source project to make my own smart home?", This is part of one.
Stars: ✭ 68 (-24.44%)
Mutual labels:  hacktoberfest2020, hacktoberfest-2020
cpalgorithms
Algorithms and Techniques for competitive programming
Stars: ✭ 16 (-82.22%)
Mutual labels:  hacktoberfest2020, hacktoberfest-2020
HacktoberFest-2020
Open source is changing the world. Join global community for the yearly celebration of open source software!
Stars: ✭ 21 (-76.67%)
Mutual labels:  hacktoberfest2020, hacktoberfest-2020
ArtGAN
Tensorflow codes for our ICIP-17 and arXiv-1708.09533 works: "ArtGAN: Artwork Synthesis with Conditional Categorial GAN" & "Learning a Generative Adversarial Network for High Resolution Artwork Synthesis "
Stars: ✭ 16 (-82.22%)
Mutual labels:  generative-adversarial-network, image-synthesis
Devops Guide
DevOps Guide - Development to Production all configurations with basic notes to debug efficiently.
Stars: ✭ 4,119 (+4476.67%)
Mutual labels:  hacktoberfest2020, hacktoberfest-2020
CBJ Smart-Device Resources
🧰 Have you ever wondered if there is an open-source project to make your own smart home?, cause you just found part of one!. This part is in charge of general resources like instructions to prepare the smart devices.
Stars: ✭ 18 (-80%)
Mutual labels:  hacktoberfest2020, hacktoberfest-2020
Awesome-Text-to-Image
A Survey on Text-to-Image Generation/Synthesis.
Stars: ✭ 251 (+178.89%)
Mutual labels:  generative-adversarial-network, image-synthesis
Hactoberfest-2021
Make your first PR! ~ A beginner friendly repository made specifically for open source beginners. Add your profile, a blog or any program under any language (it can be anything from a hello-world program to a complex data structure algorithm) or update the existing one. Just make sure to add the file under the correct directory. Happy hacking!
Stars: ✭ 134 (+48.89%)
Mutual labels:  hacktoberfest2020, hacktoberfest-2020
getfem
Mirror of GetFEM repository
Stars: ✭ 23 (-74.44%)
Mutual labels:  hacktoberfest2020
TF2-GAN
🐳 GAN implemented as Tensorflow 2.X
Stars: ✭ 61 (-32.22%)
Mutual labels:  generative-adversarial-network
Data-Structures-and-Algorithms
This repository contains data structure programs and solutions [ in C++] of a problem using different techniques like Dynamic Programming , Greedy Algorithms , Divide and Conquer , Backtracking etc.
Stars: ✭ 31 (-65.56%)
Mutual labels:  hacktoberfest2020
GrowGreen
Grow Green Web App allows users worldwide to create awareness about the environment and do their bit by contributing.
Stars: ✭ 51 (-43.33%)
Mutual labels:  hacktoberfest2020
kubetools
Kubetools - Curated List of Kubernetes Tools
Stars: ✭ 674 (+648.89%)
Mutual labels:  hacktoberfest2020
potigol.github.io
Site da Linguagem Potigol
Stars: ✭ 68 (-24.44%)
Mutual labels:  hacktoberfest2020
kossiitkgp.github.io
Website of KOSS
Stars: ✭ 29 (-67.78%)
Mutual labels:  hacktoberfest2020

Sketch2Color-anime-translation:

Given a simple line-art anime sketch the model should output a decent colored anime image using Conditional-Generative Adversarial Networks (C-GANs).

Implemented the anime sketch colorization using the reference(s) paper-1 below.

References:

[1] https://arxiv.org/abs/1705.01908

[2] https://machinelearningmastery.com

[3] https://github.com/soumith/ganhacks

Prerequisites:

  • Miniconda
  • Tensorflow 1.15
  • NVIDIA GPU (8G memory) + CUDA cuDNN

Installation:

  • Clone this repo:
> git clone https://github.com/sanjay235/Sketch2Color-anime-translation.git
> cd Sketch2Color-anime-translation
> conda env create -f environment.yml
  • Then activate the environment created and launch the jupyter:
> conda activate Sketch2ColorAnimeTranslation
> jupyter notebook

Dataset:

  • Download and extract the dataset to current directory.
  • Open an another anaconda prompt with same environment activated and run the pre-processing script as below,
> python DataPreprocessing.py

Training and testing:

  • For the training process refer the Sketch2Color_Anime.ipynb notebook.
  • For the evaluation on test data refer the final.ipynb notebook.

C-GAN Architecture:

C-GAN

Tensorboard logs:

Tensorboard

In progress training results:

At epoch 30,

result_epoch_30

At epoch 40,

result_epoch_40

At epoch 43,

result_epoch_43

Prediction on test sketches:

Sample_1

Sample_2

Contribute:

Correction & Contribution are always welcome!! πŸ˜ƒ

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