BeautyGlow.github.io
BeautyGlow.github.io copied to clipboard
The transformation matrix W is 128x128 in your paper, but the latent code of image(the size of image is 3x128x128) obtained by flow model is multi-scale(6x64x64; 12x32x32; 24x16x16; 96x8x8). How...
Hi, Where is the source code migrated? I can't find the .py file
Hi, how come you removed the source code?
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? ```...