junyanz / pytorch-CycleGAN-and-pix2pix

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

input and output image size in training set #1669

Open nanalaf opened 3 months ago

nanalaf commented 3 months ago

the input and output image size are always 256*256 no matter what the size of the original image, if i want to keep the input and output sizes the same as the original image, how should i do?

kovalepskaia commented 2 months ago

you must disable resize image in function get_transform() at base_dataset.py