Image input size for UNETR #3993
Replies: 4 comments 5 replies
-
Hi @Ouyuxuan623 Thanks for your interest. As indicated in the UNETR docs, any input size can be passed via Thanks |
Beta Was this translation helpful? Give feedback.
-
May I use variable input size? |
Beta Was this translation helpful? Give feedback.
-
Hi @fanqiehc You can use a different resolution for inference, however the patch embedding layer need to be resampled back to the original training resolution before feeding into the network. |
Beta Was this translation helpful? Give feedback.
-
@ahatamiz sir does swinunetr also has this restriction ,of patch size being divisible by 16? I have 256256256 mri volume i am using random cropped patches of size 128128128 for training my swinunetr /unetr |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
firstly many thanks for your work.
I am very interested in UNETR.
I am wondering that if it can accept input of any size.
Thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions