junyanz / pytorch-CycleGAN-and-pix2pix

Image-to-Image Translation in PyTorch
Other
22.8k stars 6.29k forks source link

some question about option #1466

Closed Satyangyl closed 2 years ago

Satyangyl commented 2 years ago

hi first i want to know that after i combin a and b which dataset mode should i select. aligned or unaligned? and second is why the test result split in half. the last question is my test picture is 2748*2748,i want to get the same size test result, but if i set the scale and crop size to 2748 test.py will error,how should i do

thanks

maryam95hallal commented 1 year ago

hello what option you used aligned or unaligned?