About ROI size in the sliding_window_inference method #1517
Unanswered
saruarlive
asked this question in
Q&A
Replies: 2 comments
-
Hi @Nic-Ma, @rijobro @wyli any comments related to my query! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @saruarlive , Sorry for delayed response. Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @Nic-Ma et al,
In sliding_window_inference, what strategy is followed to find ROI from the input image?
Is ROI is selected from the foreground voxel area only? or Is the ROI selected randomly?
I have trained a model using foreground voxels (CropForeground) only. I want to do inference without cropping/resizing the validation image. How can I achieve it using sliding_window_inference class, doing inference on the foreground voxels without losing dimension/spacing/spatial location of the input image?
Looking forward to hearing from you.
Beta Was this translation helpful? Give feedback.
All reactions