Skip to content

This repository contains code for Face generation using Deep convolutional generative adversarial network.

Notifications You must be signed in to change notification settings

vjayd/Data-Augmentation-using-Deep-Convolutional-GAN

Repository files navigation

Face Generation using Deep Convolutional Generative Adversarial Network

This repository contains code to generate faces from the given celebrity dataset

Steps to run the code

  1. Git clone the folder.
  2. Download and extract the celeb dataset into data folder.
  3. Run python train.py from terminal.

You can also use this code for data augmentation just replace the celeb dataset with your dataset folder. Although GAN's have been found to be unstable while training re running the same code with same or different parameters will give you different resutls.

Results: Fake images

References:

GAN
Data Augmentation
Pytorch tutorial

About

This repository contains code for Face generation using Deep convolutional generative adversarial network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages