Replies: 1 comment 2 replies
-
Hi @SoyaOda , I think we don't support sliding window in classification task so far. Thanks. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Could you kindly explain how to use sliding window infer for binary classification task from 3D image?
I checked the spleen tutorial and tried to use "sliding_window_inference" but could not use the function for my binary classification task.
I think tensor size is different because my model change (N,C,image shape) to (N,C,binary one_hot vector).
Is there other methods to use sliding window infer for binary classification?
Beta Was this translation helpful? Give feedback.
All reactions