Skip to content

Latest commit

 

History

History
67 lines (36 loc) · 1.89 KB

README.md

File metadata and controls

67 lines (36 loc) · 1.89 KB

Love2Live

Zenkai No? Love Live!

Conditional Variational Autoencoder [1] based School Idol image generation, implemented in PyTorch.

Used 1,466 face images of members of main school idol teams on the animation "Love Live!", extracted from the game "Love Live! School Idol Festival".

Note that this repo's implementation is also a fine implementation of the CVAE.

Requirements

  • numpy
  • scipy
  • pytorch

Usage

Clone the repo and type following:

python preprocess.py
python train.py
python sample.py

Using a nice GPU is heavily recommended.

Results

Autoencoding images in a train set

train

Autoencoding images in a test set

test

Generating images from a randomly sampled latent vector

random

Interpolating conditions

Hanayo to Rin:

hanayo-to-rin

Maki to Nico:

maki-to-nico

Maki to Yoshiko:

maki-to-yoshiko

Ruby to Dia:

ruby-to-dia

Yoshiko to Riko:

yoshiko-to-riko

[1] Kingma, Diederik P., et al. "Semi-supervised learning with deep generative models." Advances in Neural Information Processing Systems. 2014.