aitorzip / PyTorch-CycleGAN

A clean and readable Pytorch implementation of CycleGAN
https://arxiv.org/abs/1703.10593
GNU General Public License v3.0
1.22k stars 283 forks source link

picture size #43

Open trash-boy opened 1 year ago

trash-boy commented 1 year ago

the picture size must 256 *256 ? can change the size?

Chopper525 commented 5 months ago

Have you resolved the issue? It seems like the program doesn't have resize and crop operations, and assumes the input image is a square.