mahmoudnafifi / HistoGAN

Reference code for the paper HistoGAN: Controlling Colors of GAN-Generated and Real Images via Color Histograms (CVPR 2021).
MIT License
267 stars 27 forks source link

How to get BGU.exe #29

Closed svillaza closed 1 year ago

svillaza commented 1 year ago

Hi,

I would like to get the output image whose resolution is equal to the input image's resolution, but I need the executable BGU.exe, How would I get the BGU.exe program?

Thanks in advance for any help.

mahmoudnafifi commented 1 year ago

Hi, thanks for your question.

You need to build it from Matlab and use this function as your main function. If you are not using Windows, then make sure to update the Matlab executable program call here. Another option to produce output in high resolution is to use pyramid upsampling which is the default option I believe.

svillaza commented 1 year ago

Thanks a lot, Mahmoud Afifi, I just tested the pyramid upsampling method.