Coder Social home page Coder Social logo

chuncbs / progressive_growing_of_gans_tensorflow Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zhangqianhui/progressive_growing_of_gans_tensorflow

0.0 2.0 0.0 7.64 MB

the Tensorflow code of PROGRESSIVE GROWING OF GANS FOR IMPROVED QUALITY, STABILITY, AND VARIATION

License: MIT License

Python 100.00%

progressive_growing_of_gans_tensorflow's Introduction

PGGAN-tensorflow

the Tensorflow implementation of PROGRESSIVE GROWING OF GANS FOR IMPROVED QUALITY, STABILITY, AND VARIATION.

The generative process of PG-GAN

Differences with the original paper.

  • This implement use CelebA dataset, not CelebA-HQ.

  • All tricks have been used, except "Equalized learning rate". You can make a PR if high-qualtiy generated samples with this technique can be achieved. Thanks for your contributions.

  • Recently, just generate 64x64 and 128x128 pixels samples.

Setup

Prerequisites

  • TensorFlow >= 1.1
  • python 2.7

Getting Started

  • Clone this repo:
git clone https://github.com/zhangqianhui/progressive_growing_of_gans_tensorflow.git
cd PGGAN-tensorflow
  • Download the CelebA dataset

You can download the CelebA dataset and unzip CelebA into a directory. Noted that this directory don't contain the sub-directory.

  • Train the model
python main.py --path your data-path

Results

Here is the generated 64x64 results of PGGAN-tensorflow(Left: generated; Right: Real):

Here is the generated 128x128 results of PGGAN-tensorflow(Left: generated; Right: Real):

Issue

If you find some bugs, Thanks for your issue to propose it.

Reference code

PGGAN Theano

PGGAN Pytorch

progressive_growing_of_gans_tensorflow's People

Contributors

ilavva avatar zhangqianhui avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.