junyanz / pytorch-CycleGAN-and-pix2pix

Image-to-Image Translation in PyTorch
Other
23.09k stars 6.32k forks source link

how to train for two input image and one output image #1660

Closed roshan2024nar closed 5 months ago

roshan2024nar commented 5 months ago

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.

tiaoteek commented 5 months ago

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)

roshan2024nar commented 5 months ago

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