zhangqianhui/AdversarialNetsPapers
Awesome paper list with code about generative adversarial nets
This is a curated list of research papers and associated code for Generative Adversarial Networks (GANs). It helps researchers and practitioners in fields like computer vision and graphics quickly find resources for tasks such as manipulating images, generating scenes, or translating image styles. The output is direct links to papers and code repositories.
6,581 stars. No commits in the last 6 months.
Use this if you are a machine learning researcher, computer vision engineer, or graphics developer looking for academic papers and code implementations related to generative adversarial networks for various image and video synthesis tasks.
Not ideal if you are a non-technical user seeking a ready-to-use application or a high-level explanation of GANs without diving into research papers or code.
Stars
6,581
Forks
1,909
Language
—
License
—
Category
Last pushed
Oct 31, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/zhangqianhui/AdversarialNetsPapers"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
huggingface/pytorch-pretrained-BigGAN
🦋A PyTorch implementation of BigGAN with pretrained weights and conversion scripts.
torchgan/torchgan
Research Framework for easy and efficient training of GANs based on Pytorch
metal3d/keras-video-generators
Keras generators to generate sequences from videos as input
GANs-in-Action/gans-in-action
Companion repository to GANs in Action: Deep learning with Generative Adversarial Networks
junyanz/pytorch-CycleGAN-and-pix2pix
Image-to-Image Translation in PyTorch