There are 2 repositories under dcgan-tensorflow topic.
🙄 Difficult algorithm, Simple code.
Unofficial tensorflow implemention of "Attentive Generative Adversarial Network for Raindrop Removal from A Single Image (CVPR 2018) " model https://maybeshewill-cv.github.io/attentive-gan-derainnet/
DCGAN image generator 🖼️.
A DCGAN that generate Cat pictures 🐱💻
DCGAN face generator 🧑.
A Tensorflow implementation of GAN, WGAN and WGAN with gradient penalty.
Using DCGAN for segmenting brain tumors from brain image scans
Train DCGAN with TPUs on Google Cloud
Use DCGAN to create trippy videos
GAN in Tensorflow to be run via Linux command line
The respository contains the code for the Deep Convolutional Generative Adversarial Network (DCGAN) trained on the anime faces dataset.
This project is a semi-supervised approach to detect emotions on faces in-the-wild using GAN
We aim to generate realistic images from text descriptions using GAN architecture. The network that we have designed is used for image generation for two datasets: MSCOCO and CUBS.
Repository for Deep Learning Mini-Project with Tensorflow
A Deep Convolutional Generative Adversarial Network to generate Faces of Anime Characters
FlowerGAN : A DCGAN implementation in TensorFlow
Conditional face generation experiments using GAN models on CelebA dataset.
A DCGAN implementation in tensorflow 2.0, trained on cartoonset100k dataset
Deep convolutional generative adversarial networks on Fashion MNIST dataset
Code for training Generative Adversarial Networks (GANs) and evaluating the models' mode collapse
Generation Of Synthetic Images From Fashion MNIST Dataset With DCGANs In Keras.
A general purpose DCGAN that generates 256 x 256 RGB images. Tested with the 11K hands Dataset
DCGAN Simpsons Faces Image Generator usging Tensorflow2 Alpha 🖼️.
Tensorflow 2.0 implementation of DCGAN for 3D MRI
This repository is containing my Jupyter files.
Using GAN to generate human faces (Tensorflow).
DCGAN implemetation for custom dataset
Face Images generated using Deep Convolutional Generative Adversarial Networks
Keras model subclassing implementation of a GAN. Based on https://twitter.com/fchollet/status/1250622989541838848
In this project, I have built a DCGAN based synthetic image generator and a discriminator on the fashion-MNIST dataset. Generated synthetic images using DCGAN and tried to fool the discriminator
My attempt to design DCGAN