Replies: 3 comments 2 replies
-
Hi @Littlehhh , Thanks for your interest here.
You can start from this example: Thanks. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi @Littlehhh ,
Thanks. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi @wyli , Could you please help share more use cases about Thanks in advance. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi
I found that there are several ways in MONAI to implement patch-based(grid patch) training for large medical volume.
PatchDataset/GridPatchDataset
withSimpleInferer
Dataset
withSlidingWindowInferer
Dataset
withRandCropByPosNegLabel/(or extra transfrom)
So which way should be better? And these ways have different loss(single patch/full volume/several patch) backpropagations.
I am confused about this and I think maybe the first way is a more reasonable way for patch-based system.
In addition, from the perspective of framework design, which way is more appropriate, and what are the uses of other ways for patch-based train?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions