yunjey/stargan
A PyTorch implementation of StarGAN, a unified GAN for multi-domain image-to-image translation published at CVPR 2018.

Velocity · 7d
+1.7
★ / day
Trend
→steady
star history
This repository provides the official implementation of the StarGAN paper, a generative adversarial network for multi-domain image-to-image translation. Unlike prior approaches requiring separate models for each domain pair, StarGAN uses a single unified model to translate images across arbitrary domains. The model is trained to perform tasks such as facial attribute transfer and expression synthesis using PyTorch.