sliding_window_inferer use case #6035
Replies: 2 comments 1 reply
-
Hi @justinbroce, do you mean why we do
Hope it can help you, thanks! |
Beta Was this translation helpful? Give feedback.
-
Sliding_window_inference performs the prediction upon all patches (sliding windows) by the given image volume, then we can get a whole inferenced prediction. The forward function in the network output each patch prediction. They are doing different jobs, Sling_window_inference uses the network/model for inference. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working a project using swinUNETR for 2D segmentation, and am curious what purpose sliding_window_inference serves that the forward function does not. are the two interchangeable. is there a reason that i should use one over the other? thanks
Beta Was this translation helpful? Give feedback.
All reactions