Skip to content

Training StyleGAN network to generate rasengan-using Narutos

Notifications You must be signed in to change notification settings

mustafa1728/rasenGAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rasenGAN

Training StyleGAN network to generate Narutos using the rasengan

Open In Colab

Intro to StyleGAN

The Style Generative Adversarial Network, or StyleGAN for short, is an extension to the GAN architecture that proposes large changes to the generator model, including the use of a mapping network to map points in latent space to an intermediate latent space, the use of the intermediate latent space to control style at each point in the generator model, and the introduction to noise as a source of variation at each point in the generator model.

More details can be found in the paper and in the official tensoflow implementation here

Instructions of use

The training and generating has been done in Google Colab, so no environment setup and installations are required. Simply upload the .ipynb file from the repo to your google drive account and open it via Colab.

Upload the dataset you want to train or the pretrained model to your drive and follow instructions given in the Colab file itself.

Use the model weights from here and the inception features from here

Results

The dataset consists of images of naruto using his favourite jutsu rasengan taken from the net. These images were cropped and resized to 256x256 dimension. The model was then trained in the format as suggested in the official implementation. After about 35-40 hours of training, the generated images started looking realistic. Further training would definitely help improving upon the resolution.

This is a gif visualising the changes in generated rasengans drom the beginning.

In the left image are some real images from the dataset. In the right are some generated images.

About

Training StyleGAN network to generate rasengan-using Narutos

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published