yenchenlin / pix2pix-tensorflow

TensorFlow implementation of "Image-to-Image Translation Using Conditional Adversarial Networks".
MIT License
939 stars 300 forks source link

feature suggestions #10

Open eyaler opened 7 years ago

eyaler commented 7 years ago

hi,

i added a few features in my fork (eyaler/pix2pix-tensorflow)

please let me know if you are interested I can make PRs

  1. support png
  2. allow keeping aspect ratio by padding the shorter dimension
  3. allow 90 deg rotations

thanks!