affinelayer / pix2pix-tensorflow

Tensorflow port of Image-to-Image Translation with Conditional Adversarial Nets https://phillipi.github.io/pix2pix/
MIT License
5.07k stars 1.3k forks source link

Could input any size img? #180

Open duany049 opened 4 years ago

duany049 commented 4 years ago

In the project, I must resize image to (256, 256), But my work let's me use original size, how can i make this? Thanks