Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image resizing operation #28

Closed
jayendra13 opened this issue Jan 3, 2022 · 2 comments
Closed

Image resizing operation #28

jayendra13 opened this issue Jan 3, 2022 · 2 comments

Comments

@jayendra13
Copy link

jayendra13 commented Jan 3, 2022

Is there any specific reason not to include the resize operation ?

https://www.tensorflow.org/api_docs/python/tf/image/resize

There is a interpolation module in the code and would it be useful for this tf.image.resize operation ?

@claudiofantacci
Copy link
Collaborator

Hi @jayendra13, the resize operation is implemented in JAX, in the jax.image module!
You can find the documentation here and its implementation here (and a few other functions).

@claudiofantacci claudiofantacci changed the title Image resizing operation. Image resizing operation Jan 3, 2022
@jayendra13
Copy link
Author

Thanks @claudiofantacci pointing it out 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants