NVIDIA / pix2pixHD

Synthesizing and manipulating 2048x1024 images with conditional GANs
https://tcwang0509.github.io/pix2pixHD/
Other
6.66k stars 1.39k forks source link

How about using U-Net for backbone? #199

Open tlatlbtle opened 4 years ago

tlatlbtle commented 4 years ago

Hello, I found that in this repo, you use resnet as backbone. I was wondering that is it possible to use U-Net as the backbone of the generator? Thanks so much.

tripzero commented 4 years ago

In theory, why not? Try it out and let us know the results!

syfbme commented 3 years ago

Hi @tlatlbtle I have the same question. Have you tried and how about the results?