• Stars
    star
    213
  • Rank 179,398 (Top 4 %)
  • Language
    Python
  • License
    MIT License
  • Created over 7 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Tensorflow implementation for Conditional Convolutional Adversarial Networks.

Conditional-GANs

The test code for Conditional Generative Adversarial Nets using tensorflow.

INTRODUCTION

Tensorflow implements of Conditional Generative Adversarial Nets.The paper should be the first one to introduce Conditional GANS.But they did not provide source codes.My code has some differences comparing the paper:The Gans is based on Convolution network and the code refer to DCGAN.

Prerequisites

  • tensorflow >=1.0

  • python 2.7

  • opencv 2.4.8

  • scipy 0.13

Usage

Download mnist:

$ python download.py mnist

Train:

$ python main.py --op 0

Test:

$ python main.py --op 1

Visualization:

$ python main.py --op 2

GIF:

$ python make_gif.py

Result on mnist

Visualization:

the visualization of weights:

the visualization of activation:

Reference code

DCGAN

More Repositories

1

AdversarialNetsPapers

Awesome paper list with code about generative adversarial nets
6,532
star
2

CnnForAndroid

The Convolutional Neural Network(CNN) for Android
C++
253
star
3

GazeAnimationV2

Unsupervised High-Resolution Portrait Gaze Correction and Animation (TIP 2022)
185
star
4

progressive_growing_of_gans_tensorflow

Tensorflow implementation of PROGRESSIVE GROWING OF GANS FOR IMPROVED QUALITY, STABILITY, AND VARIATION
Python
150
star
5

GazeAnimation

Give a portrait face, move the gaze up (ACM MM 2020)
Python
144
star
6

vae-gan-tensorflow

Tensorflow code of "autoencoding beyond pixels using a learned similarity metric"
Python
127
star
7

Exemplar-GAN-Eye-Inpainting-Tensorflow

Tensorflow implement of "Eye In-Painting with Exemplar Generative Adversarial Networks"
Python
95
star
8

Sparsely-Grouped-GAN

Code for paper "Sparsely Grouped Multi-task Generative Adversarial Networks for Facial Attribute Manipulation"
Python
75
star
9

Sawn

Implementation of 'Controllable Person Image Synthesis with Spatially-Adaptive Warped Normalization'
Python
55
star
10

TT-GNeRF

Official code of Training and Tuning Generative Neural Radiance Fields for Attribute-Conditional 3D-Aware Face Generation
Python
44
star
11

Self-Supervised-GANs

Tensorflow Implementation for paper "self-supervised generative adversarial networks"
Python
36
star
12

3DSGAN

The code of '3D-Aware Semantic-Guided Generative Model for Human Synthesis' (ECCV 2022)
Python
34
star
13

Residual_Image_Learning_GAN

Tensorflow implementation for Paper "Learning Residual Images for Face Attribute Manipulation"
Python
28
star
14

Swapping-Autoencoder-tf

The unofficial tensorflow implementation of Swapping Autoencoder for Deep Image Manipulation
Python
25
star
15

ICGan-tensorflow

The code of "Invertible conditional GANs for image editing" in tensorflow
Python
17
star
16

FUNIT_tensorflow

Tensorflow Implementation of FUNIT: Few-Shot Unsupervised Image-to-Image Translation
Python
7
star
17

python_tool

Jupyter Notebook
1
star
18

caffe-multilabel

caffe-for-multi-task
C++
1
star