Image-to-Image Translation in PyTorch
-
Updated
Nov 7, 2020 - Python
{{ message }}
Generative adversarial networks (GAN) are a class of generative machine learning frameworks. A GAN consists of two competing neural networks, often termed the Discriminator network and the Generator network. GANs have been shown to be powerful generative models and are able to successfully generate new data given a large enough training dataset.
Image-to-Image Translation in PyTorch
Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
A list of all named GANs!
Image-to-image translation with conditional adversarial nets
Build your neural network easy and fast
Synthesizing and manipulating 2048x1024 images with conditional GANs
Tensorflow tutorial from basic to hard
Interactive Image Generation via Generative Adversarial Networks
Curated list of awesome GAN applications and demo
Create Anime Characters with MakeGirlsMoe
A denoising autoencoder + adversarial losses and attention mechanisms for face swapping.
[CVPR2020] Adversarial Latent Autoencoders
Collection of generative models in Pytorch version.
Text to image synthesis using thought vectors
EdgeConnect: Structure Guided Image Inpainting using Edge Prediction, ICCV 2019 https://arxiv.org/abs/1901.00212
Is it possible to run this on a (recent) Mac, which does not support CUDA? I would have guessed setting --GPU 0 would not attempt to call CUDA, but it fails.
File "/Users/../Desktop/bopbtl/venv/lib/python3.7/site-packages/torch/cuda/__init__.py", line 61, in _check_driver
raise AssertionError("Torch not compiled with CUDA enabled")
AssertionError: Torch not compiled with CUDA enable
OpenMMLab Image and Video Editing Toolbox
Pytorch-based tools for visualizing and understanding the neurons of a GAN. https://gandissect.csail.mit.edu/
GANimation: Anatomically-aware Facial Animation from a Single Image (ECCV'18 Oral) [PyTorch]
Awesome GAN for Medical Imaging
深度学习与PyTorch入门实战视频教程 配套源代码和PPT
Simplest working implementation of Stylegan2, state of the art generative adversarial network, in Pytorch. Enabling everyone to experience disentanglement
Toward Multimodal Image-to-Image Translation
Composable GAN framework with api and user interface
An implementation of CycleGan using TensorFlow
A simple PyTorch Implementation of Generative Adversarial Networks, focusing on anime face drawing.
Python codes in Machine Learning, NLP, Deep Learning and Reinforcement Learning with Keras and Theano
A large-scale face dataset for face parsing, recognition, generation and editing.
Compute FID scores with PyTorch.
Hey,
I am getting this error when I run the train.py. If anyone can help me with this issue?
WARNING: tensorflow: Error encountered when serializing queue_runners.
Type is unsupported, or the types of the items don't match field type in CollectionDef.
'QueueRunner' object has no attribute '_queue_closed_exception_types'