https://github.com/bchao1/conditional-gan-anime-generation
Conditional anime generation using conditional GAN.
https://github.com/bchao1/conditional-gan-anime-generation
anime conditional-gan gan
Last synced: 6 months ago
JSON representation
Conditional anime generation using conditional GAN.
- Host: GitHub
- URL: https://github.com/bchao1/conditional-gan-anime-generation
- Owner: bchao1
- Created: 2018-10-17T15:04:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-17T15:28:16.000Z (almost 7 years ago)
- Last Synced: 2025-03-30T10:41:29.981Z (7 months ago)
- Topics: anime, conditional-gan, gan
- Language: Python
- Homepage:
- Size: 2.59 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Conditional GAN Anime Generation
Conditional Anime Generation using conditional GAN.## Model and Objectives
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.
## Results
|Fixing noise|
|------------|
|||Changing eye color|
|------------------|
||
||
|||Change hair color|
|-----------------|
||
||
|||Condition|Generated|
|---------|---------|
|blonde hair, purple eyes||
|blue hair, red eyes||
|white hair, green eyes||