0
votes

I am working on image to image translation using pix2pix model on google colab. I have trained the dataset that is providing A image(input image) and B image (target image) ,and then combining the two image into AB image.The model will learn how to translate A to B and create a fake image. But now I dont know how to do the test when I only have A side image(input image).Should I combine the A image with an empty image or something ? Someone please help..

I will be really greatful if someone will provide me the code for it in keras.

Reference code: https://colab.research.google.com/github/tensorflow/docs/blob/master/site/en/tutorials/generative/pix2pix.ipynb