sian-chen/PyTorch-ECGAN
The code for the NeurIPS 2021 paper "A Unified View of cGANs with and without Classifiers".
This project offers a powerful method to generate high-quality, realistic images based on specific categories or conditions. You input an existing image dataset and define the categories you want to generate, and it outputs entirely new, diverse images that belong to those specified categories. It's ideal for machine learning researchers and practitioners focused on advanced image synthesis.
No commits in the last 6 months.
Use this if you are a machine learning researcher or practitioner needing to generate synthetic images that are highly realistic and controllable by specific conditions, achieving state-of-the-art results.
Not ideal if you are looking for a simple, out-of-the-box image generation tool without deep technical expertise in machine learning and generative models.
Stars
23
Forks
2
Language
Python
License
—
Category
Last pushed
Nov 03, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/sian-chen/PyTorch-ECGAN"
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