Skip to content

bchao1/Conditional-GAN-Anime-Generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Conditional GAN Anime Generation

Conditional Anime Generation using conditional GAN.

Model and Objectives

model

Different from vanilla GAN, the generator and discriminator in conditional GAN (abbr. CGAN) will be given a specific condition (could be a one-hot vector indicating classes or a word-embedding).


The discriminator considers the following cases:

  1. Real distribution, correct conditon -> positive
  2. Real distribution, wrong condition -> negative
  3. Fake distribution, real condition -> negative

Our training process roughly follows the paper: https://arxiv.org/abs/1605.05396, only that the text descriptions are replaced with a one-hot class vector.

cgan algo

Results

Fixing noise
fix noise
Changing eye color
change eye
change eye
change eye
Change hair color
change hair
change hair
change hair
Condition Generated
blonde hair, purple eyes gen
blue hair, red eyes gen
white hair, green eyes gen

About

Conditional anime generation using conditional GAN.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages