NVIDIA / pix2pixHD

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

Adding metadata to discriminator #310

Open SuroshAhmadZobair opened 2 years ago

SuroshAhmadZobair commented 2 years ago

Hi Thanks for you great code. what sort of extra metadata could I add to a discriminator during training of pxi2pixHD? Is this done before? if yes, how?

For instance, for a face generator, what if I add tabular data with "number of eyes" and the x and y of the eyes... Does that make sense, ever?

Thanks in advance @tcwang0509 any intuition?