Skip to content

TensorFlow 2 Implementation of "StarGAN: Unified Generative Adversarial Networks for Multi-Domain Image-to-Image Translation".

License

Notifications You must be signed in to change notification settings

Masao-Taketani/StarGAN-tf2

Repository files navigation

StarGAN: Unified Generative Adversarial Networks for Multi-Domain Image-to-Image Translation

TensorFlow Version

2.4

Datasets

CelebA

Prepare the Dataset

coming soon

Train

If your GPU has Tensor Cores(compute capability 7.0 or higher), you can train the model as follows. Otherwise you need to set an option --nouse_mp to train.

python train.py

Test

test.ipynb to test the model.
You can test your own image changing the file path and the arguments shown in the picture below.
Test Result

References

About

TensorFlow 2 Implementation of "StarGAN: Unified Generative Adversarial Networks for Multi-Domain Image-to-Image Translation".

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published