/cycleGAN

cycleGANを用いて男顔⇄女顔への変換を可能にする

Primary LanguagePython

result cycleGAN (Adversarial Loss is MSE + activation Sigmoid, cycle loss is MAE )

  • man to woman

man2woman

  • woman to man

woman2man

datasets

How to train

  • If you want to download, please run below command
% git clone https://github.com/rightcode/cycleGAN
  • If you want to train, please run "python train.py" after changing directory to "cycleGAN"
% cd cycleGAN
% python train.py