Skip to content

nguyen-nhat-anh/Star-GAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StarGAN

A Tensorflow implementation of StarGAN

https://arxiv.org/abs/1711.09020

Requirements

  • tensorflow 1.15
  • matplotlib
  • pandas

Dataset

celebA dataset from kaggle

Usage

Train

python main.py --mode train

Test

python main.py --mode test --test_img_path path_to_test_img --selected_attributes Male Young --attr_values 0 1

References

Yunjey Choi, Minje Choi, Munyoung Kim, Jung-Woo Ha, Sunghun Kim, Jaegul Choo, StarGAN: Unified Generative Adversarial Networks for Multi-Domain Image-to-Image Translation, 2017

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages