SCGAN icon indicating copy to clipboard operation
SCGAN copied to clipboard

Results 14 SCGAN issues
Sort by recently updated
recently updated
newest added

where to find the code of face parsing ?

请问这个vgg_conv.pth放在哪个目录下呢,是和vgg.pth同一个目录吗,望解答,谢谢!

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,...

Suppose I input a 2048X2048 picture, how to output the result picture of 2048X2048, the code is no matter how many size pictures are input, the output is 256X256 pictures,...

Where can we find the pretrained weights for the 2 discriminators? Thanks!

Style_dim is 192 in the code, and the implementation details are not explained in the article. May I ask the basis for setting style_DIM like this, and what impact will...

Would you please add the license to the repo? Thanks

This script convert the label to anther, and only used when decompose face in `Datasetloader`. It seems no helpness with training. Any suggestion is appreciated.