hustliujian

Results 3 issues of hustliujian

There are many training params different in file https://github.com/PaddlePaddle/PaddleGAN/blob/develop/ppgan/models/makeup_model.py, compared to official implementation in https://github.com/wtjiang98/PSGAN, such as lip histrogram loss weight is 0.1, official weight is 1, why use these...

I found there are two problems in this code. First, the vgg loss relation is wrong: in file models/SCGAN.py, in line 291, vgg_s should apply to nonmakeup; in line 297,...

in the file https://github.com/makeuptransfer/SCGAN/blob/master/SCDataset/SCDataset.py line 125, the preprocess of mask_A has been commented, so it's like ![nonmask_eye_np](https://user-images.githubusercontent.com/50980466/128619896-de4d029e-a969-4ab2-9211-93d6aa361b40.jpg) but mask_B is like ![mask_eye_np](https://user-images.githubusercontent.com/50980466/128619914-1732349a-147a-4d0c-9902-27643d76218f.jpg) mask_A will also be used to remove makeup,...