Skip to content

Unofficial Pytorch implementation of StarGAN for generating Digit-5 datasets (MNIST, SVHN, SynDigits, MNIST-M, and USPS).

Notifications You must be signed in to change notification settings

s-chh/Pytorch-StarGAN-Digits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pytorch-StarGAN-Digits

Unofficial Pytorch implementation of StarGAN for generating Digit-5 datasets (MNIST, SVHN, SynDigits, MNIST-M, and USPS).

Generated Samples

Input SYN MNIST MNIST-M SVHN USPS
Input SynDigits MNIST MNIST-M SVHN USPS

Data layout

.
├── MNIST 
|	└MNIST Images
|
|── MNIST-M
|	└MNIST-M Images
|
|── SVHN  
|	└SVHN Images
|
|── SynDigits
|	└SynDigits Images (Use only 50-100k images due to data imbalance)
|
└── USPS
	└USPS Images

About

Unofficial Pytorch implementation of StarGAN for generating Digit-5 datasets (MNIST, SVHN, SynDigits, MNIST-M, and USPS).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages