dcgan-tensorflow
There are 96 repositories under dcgan-tensorflow topic.
YunYang1994/TensorFlow2.0-Examples
🙄 Difficult algorithm, Simple code.
MaybeShewill-CV/attentive-gan-derainnet
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/
gsurma/image_generator
DCGAN image generator 🖼️.
gsurma/face_generator
DCGAN face generator 🧑.
simoninithomas/CatDCGAN
A DCGAN that generate Cat pictures 🐱💻
lilianweng/unified-gan-tensorflow
A Tensorflow implementation of GAN, WGAN and WGAN with gradient penalty.
Hellcatzm/DCGAN_TensorFlow
通过DCGAN生成动漫人物头像
SabareeshIyer/Brain-tumor-detection-in-3D-MRIs-using-DCGAN
Using DCGAN for segmenting brain tumors from brain image scans
victordibia/tpuDCGAN
Train DCGAN with TPUs on Google Cloud
benckx/DCGAN-for-psychonauts
Use DCGAN to create trippy videos
nikhilroxtomar/DCGAN-on-Anime-Faces
The respository contains the code for the Deep Convolutional Generative Adversarial Network (DCGAN) trained on the anime faces dataset.
ValentinRicher/emotion-recognition-GAN
This project is a semi-supervised approach to detect emotions on faces in-the-wild using GAN
RubensZimbres/GAN-Project-2018
GAN in Tensorflow to be run via Linux command line
ayansengupta17/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.
NahidEbrahimian/Deep-Learning-Tensorflow
Repository for Deep Learning Mini-Project with Tensorflow
MuhammedBuyukkinaci/FlowerGAN
FlowerGAN : A DCGAN implementation in TensorFlow
soumik12345/AnimeGAN
A Deep Convolutional Generative Adversarial Network to generate Faces of Anime Characters
alex0dd/FaceGen-GAN
Conditional face generation experiments using GAN models on CelebA dataset.
Abhradipta/Generation-Of-Synthetic-Images-With-DCGANs-In-Keras-From-Fashion-MNIST-Dataset
Generation Of Synthetic Images From Fashion MNIST Dataset With DCGANs In Keras.
dkk/DCGAN256
A general purpose DCGAN that generates 256 x 256 RGB images. Tested with the 11K hands Dataset
emirkaanozdemr/Retina-Classification-Using-DCGAN-and-CNN
In this project, I aim to develop a robust system to classify real and synthetic retina images using advanced machine learning. I will generate synthetic retina images from a single eye photo using Deep Convolutional Generative Adversarial Networks (DCGAN) and classify them with a Convolutional Neural Network (CNN).
anishreddy3/Fashion-MNIST-GAN-Keras
Deep convolutional generative adversarial networks on Fashion MNIST dataset
LazarValkov/GanModeCollapseEvaluation
Code for training Generative Adversarial Networks (GANs) and evaluating the models' mode collapse
srihari-humbarwadi/cartoon_gan_tf2.0
A DCGAN implementation in tensorflow 2.0, trained on cartoonset100k dataset
JoannaBroniarek/DCGAN-for-MRI-images
Tensorflow 2.0 implementation of DCGAN for 3D MRI
vinayakarannil/DCGAN
DCGAN implemetation for custom dataset
jams777/DCGAN_Simpsons_Faces_Tensorflow2
DCGAN Simpsons Faces Image Generator usging Tensorflow2 Alpha 🖼️.
qinpzhi/myDCGAN
DCNAN论文的实现(参考大神的代码,基本只是自己把大神代码重新理解了一遍)
shivaverma/Face-Generator
Using GAN to generate human faces (Tensorflow).
Ahmed-Habashy/DCGAN-on-CIFAR10
In this script, we use Deep Convolutional Generative Adversarial Networks (DCGANs) to generate new images that resemble CIFAR10 dataset images.
ahmeterdempmk/GIF-Generation-With-DCGAN
A GIF generation work with TensorFlow DCGAN that uses MNIST dataset.
arminZolfaghari/GAN-for-Cats
DCGAN to generate cat pictures
MuhammedBuyukkinaci/My-Jupyter-Files
This repository is containing my Jupyter files.
SukonyaPhukan92/COVID-19_Chest_X-ray_Image_Generation_using_ResNet50_and_DCGAN_Model
This repository provides codes with datasets for the generation of synthesis images of Covid-19 Chest X-ray using DCGAN as generator and ResNet50 as discriminator from a set of raw covid-19 chest x-ray images, which are enhanced and segmented before passing through the DCGAN model.
yl-code-it/Weld_Image_Generation_BAGAN-GP
Deep Learning on Weld Image Generation using DCGAN and BAGAN-GP
acuiram/DCGAN-with-U-Net
Damaged image restauration using a GAN model with a U-Net with skip connection autoencoder as a generator