BeautyGlow / BeautyGlow.github.io

42 stars 15 forks source link

What does the input parameters actually means? How to train the dataset with chainer-glow? #1

Open in3omnia opened 5 years ago

in3omnia commented 5 years ago

How to train the dataset with chainer-glow?

And I don't understand the input non-makeup and makeup of main.py, is that the output latent vectors .npy file generated by chainer-glow?

python3 main.py non-makeup makeup outfile

Thanks~

BeautyGlow commented 5 years ago

Sorry for replying to your question so late. Actually, the non-makeup parameter means the latent vector that pre-trained Glow generate from your non-makeup images. In addition, you can use the Glow model pre-trained on CelebA dataset, which is provided by openai.