https://github.com/bchao1/conditional-gan-anime-generation

Conditional anime generation using conditional GAN.

https://github.com/bchao1/conditional-gan-anime-generation

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: arxiv.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.2%) to scientific vocabulary

Keywords

anime conditional-gan gan
Last synced: 9 months ago · JSON representation

Repository

Conditional anime generation using conditional GAN.

Basic Info
  • Host: GitHub
  • Owner: bchao1
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 2.59 MB
Statistics
  • Stars: 3
  • Watchers: 2
  • Forks: 2
  • Open Issues: 1
  • Releases: 0
Topics
anime conditional-gan gan
Created over 7 years ago · Last pushed over 7 years ago
Metadata Files
Readme

README.md

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|

Owner

  • Name: Brian Chao
  • Login: bchao1
  • Kind: user
  • Location: Stanford, California
  • Company: Stanford University

Stanford Ph.D. student. Research in computational photography, displays, and computer graphics. Open source enthusiast.

GitHub Events

Total
Last Year

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 3
  • Total Committers: 1
  • Avg Commits per committer: 3.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Mckinsey666 w****0@g****m 3

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 1
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • CodePlay2016 (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels