junyanz/pytorch-CycleGAN-and-pix2pix

how to train for two input image and one output image

roshan2024nar opened this issue · 2 comments

Hello,
Thank you for the work.

i have a case where i have two input images and which combined give me one output image how can i do this? what part should be modified.

Maybe you should Google it first, if you did it ,you will know that this tool is available in datasets (combine_A_and_B.py)

Thank you for the response can you share bit more details or any guide on this ?