keras-team / keras-preprocessing

Utilities for working with image data, text data, and sequence data.
Other
1.02k stars 444 forks source link

Bug: axes transformation is incomplete #323

Closed eli-osherovich closed 3 years ago

eli-osherovich commented 3 years ago

Please make sure that the boxes below are checked before you submit your issue. If your issue is an implementation question, please ask your question on StackOverflow or on the Keras Slack channel instead of opening a GitHub issue.

Thank you!

I introduced this bug in a recent PR that exchanged the X and Y axes. Forgot final transformation back to the original data order. Hence, the image is transposed.