Skip to content

jedichien/dcgan-car

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

WGAN - mimic automobile

This tutorial refers to ganbook. I love car personaly, and then decided to use GAN to generate it autonomously. I try to use normal GAN to train onece, but the result is poor, and then I give WGAN a shot, however as results seems not bad. In normal GAN will be facing gradient is the same despite the different distance between two distribution(fake and realistic) which is so called gradient vanished, however, WGAN can tackle this due to put some constraint like 1-Lipschitz and gradient-penalty, and then in this tutorial we apply 1-Lipschitz method(actually is K-Lipschitz). Enjoy this tutorial :D

Results

Dataset

dataset comes from stanford cars dataset.

Environment (python 2.7)

  1. keras-2.0 (or above
  2. tensorflow-gpu

About

Use DCGAN to mimic realistic car.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published