junyanz / pytorch-CycleGAN-and-pix2pix

Image-to-Image Translation in PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to resize input and output images to higher pixels

2020051034 opened this issue · comments

How to resize input and output images to higher pixels?

See our Traning & Test tips. You can set flags such as --preprocess, load_size, and crop_size.