theopfr/cycle-gan-pytorch
This repository contains an implementation of the Cylce-GAN architecture for style transfer along with instructions to train on an own dataset.
This tool helps researchers and artists transform images from one visual style or domain to another without needing paired examples. You provide two collections of images, each representing a distinct style (e.g., photos of horses and photos of zebras). The tool then learns to translate images between these styles, outputting new images that look like they belong to the target style. This is ideal for those in fields like digital art, research in computer vision, or creative media.
No commits in the last 6 months.
Use this if you need to convert a collection of images from one visual style or domain to another, and you don't have exact 'before and after' pairs for training.
Not ideal if you need precise, pixel-for-pixel transformations or if the distinct visual styles you're working with are too subtle or abstract.
Stars
11
Forks
1
Language
Python
License
—
Category
Last pushed
Mar 21, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/theopfr/cycle-gan-pytorch"
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