grid patch sampler and mask #817
Unanswered
UserA12345
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey Everyone,
I am working on a project with brain mri. I would like to extract all the patches from the image for the training. First I use labelSampler and a brain_mask in order to avoid patches with no information. However as I need to extract all the patches from the image and not some random patches, following question #513 I used GridSampler rather than labelSampler but GridSampler couldn't handle a mask. Is there any way to use both please?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions