Skip to content

junqiangchen/GAN

Repository files navigation

Generate Image With GAN

This is an example of GAN,how to generate mnist and faces image.

Prerequisities

The following dependencies are needed:

  • numpy >= 1.11.1
  • SimpleITK >=1.0.1
  • opencv-python >=3.3.0
  • tensorflow-gpu ==1.8.0
  • pandas >=0.20.1
  • scikit-learn >= 0.17.1

How to Use

1、i have implemented the GAN Model with tensorflow,you just download the project.

2、prepare data.download mnist data from http://yann.lecun.com/exdb/mnist/ ,faces data is very rich,you can download anything.

3、when data is prepared,just run the face_gantest.py for training and generating face images,run the mnist_gantest.py for training and generating mnist images.

4、training the model on the GTX1080,it takes several hours,if you need,i will share those trained model,but it not very difficult,you can try on your own.

Result

** mnist training result**

0_epoch

50_epoch

100_epoch

500_epoch

1000_epoch

10000_epoch

50000_epoch

** faces training result**

0_epoch

50_epoch

100_epoch

500_epoch

1000_epoch

5000_epoch

10000_epoch

49999_epoch

Contact

Releases

No releases published

Packages

No packages published

Languages