williamFalcon / pix2pix-keras

Image-to-Image Translation with Conditional Adversarial Networks (Pix2pix) implementation in keras
MIT License
140 stars 50 forks source link

Testing #2

Closed 32nguyen closed 6 years ago

32nguyen commented 7 years ago

Hi, Impressive work.

I would like to ask you that in testing phase. I only feed the input to Unet generator to get the final input, am I right?.

Thank you so much for implementing cGAN using keras.

Bests,

hugozanini commented 7 years ago

Hi @32nguyen , I have the same doubt as you. How did you do the training?