disanda/Deep-GAN-Encoders
GAN encoders in PyTorch that could match PGGAN, StyleGAN v1/v2, and BigGAN. Code also integrates the implementation of these GANs.
This project helps researchers and developers working with Generative Adversarial Networks (GANs) to better understand how real-world images relate to the images generated by these networks. It takes an image, processes it through various GAN encoder models (like StyleGAN or BigGAN), and outputs the 'latent code' that best represents the input image within the GAN's creative space. This is for machine learning researchers and practitioners interested in image generation, manipulation, and GAN interpretability.
No commits in the last 6 months.
Use this if you need to map a real image into the latent space of a pre-trained GAN (like StyleGAN or BigGAN) to analyze or manipulate its features.
Not ideal if you are looking for an easy-to-use, off-the-shelf image editing tool for end-users, or if you don't have a background in machine learning and GANs.
Stars
49
Forks
10
Language
Python
License
—
Category
Last pushed
May 18, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/disanda/Deep-GAN-Encoders"
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