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

problems for testing rehistoGAN #27

Open zizixixi opened 2 years ago

zizixixi commented 2 years ago

Hello!

I want to test rehistoGAN using the pretrained pth file you provided. But where should I put the pt file? And where to state the file path for model loading? I can't figure it out from the code.

Thanks a lot!

svillaza commented 1 year ago

Hi!

You must put the pre-trained model in the folder "models". Example

image

mahmoudnafifi commented 1 year ago

Thanks, svillaza!