Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Does one really need row_axis/col_axis arguments in image transform functions? #321

Open
2 tasks done
eli-osherovich opened this issue Nov 1, 2020 · 0 comments
Open
2 tasks done
Labels
image Related to images

Comments

@eli-osherovich
Copy link
Contributor

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!

  • Check that you are up-to-date with the master branch of keras-preprocessing. You can update with:
    pip install git+git://github.com/keras-team/keras-preprocessing.git --upgrade --no-deps

  • Provide a link to a GitHub Gist of a Python script that can reproduce your issue (or just copy the script here if it is short).

Can somebody explain the need to provide row_axis and col_axis arguments? If not necessary, let's remove them.

P. S.
In the (very special?) cases were the axes are not in the standard order, one can "swap" the transformations to achieve desired effect.

@eli-osherovich eli-osherovich added the image Related to images label Nov 1, 2020
@eli-osherovich eli-osherovich changed the title Doe one really need row_axes/col_axes arguments? Doe sone really need row_axis/col_axis arguments in image transform functions? Nov 1, 2020
@eli-osherovich eli-osherovich changed the title Doe sone really need row_axis/col_axis arguments in image transform functions? Does one really need row_axis/col_axis arguments in image transform functions? Nov 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
image Related to images
Projects
None yet
Development

No branches or pull requests

1 participant