PSGAN
PSGAN copied to clipboard
PyTorch code for "PSGAN: Pose and Expression Robust Spatial-Aware GAN for Customizable Makeup Transfer" (CVPR 2020 Oral)
Traceback (most recent call last): File "/mnt/sdb/longwei.xu/PSGAN/demo.py", line 72, in main() File "/mnt/sdb/longwei.xu/PSGAN/demo.py", line 57, in main image, face = inference.transfer(source, reference, with_face=True) File "/mnt/sdb/longwei.xu/PSGAN/psgan/inference.py", line 33, in transfer source_input,...
Hi, I tried to download the dataset in the link that was supplied but it appears that the file has either been removed or that I need some special authentication...
Thanks for you excellent works. There has picture about attention map in your paper. I have some questions about this attention weight, but i don't know how to use this...
hi~ I'm new to this field, I have some issues about training, G.pth in /assets/models, What does it do? I see the codes solver.py have load it, but this folder...
 When training with the code of this repo, my generated images always have white spots. Does anyone have the similar results? And how to avoid it? Thanks
Hello, I use a RTX2080ti to train the dataset you provided and do not change any code, but an "CUDA out of memory" error occurred in the program. Could you...
感谢您的工作! 我想请问一下数据集中的seg与landmark文件是通过什么生成的。 期待您的回复,谢谢。
Hi! Your project is interesting so I want to train more about the data. But I have a question because I have no deep knowledge of this field. If i...
Hi, The affine in nn.InstanceNorm2d make me confused, why some use True and some use False in Generator?
PSGAN++
When can psgan + + code be released?