resize image respect to its original size #5670
Answered
by
KumoLiu
YingdiZhang
asked this question in
Q&A
-
Thanks for the great job. I want to resize my image to the half of original size using MONAI transform. But dont find an appropriate transform. I found monai.transform.Resize can resize an image to a given size but can not to a size relevent to orininal image size. |
Beta Was this translation helpful? Give feedback.
Answered by
KumoLiu
Dec 7, 2022
Replies: 1 comment 3 replies
-
Hi @YingdiZhang, specifying |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
YingdiZhang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @YingdiZhang, specifying
spatial_size
to be half the size of the original image doesn't work?