Region-based training in MONAI? #6902
Unanswered
jqmcginnis
asked this question in
Q&A
Replies: 1 comment
-
thanks, if you are referring to the label indices mappings there's a transform to achieve this MONAI/monai/transforms/utility/array.py Lines 1201 to 1208 in 2daabf9 |
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.
-
Hello,
I recently started using MONAI for different medical imaging tasks, and really enjoy it. Thanks to the community ! 😄
Having worked with region-based training in nn-unet, I was wondering if something similar exists in MONAI and if someone could give me some advice with respect to its implementation. For a description of region-based training, please refer to this link below:
https://github.com/MIC-DKFZ/nnUNet/blob/master/documentation/region_based_training.md
Prior to asking this question, I took a look at the discussion forum and did some digging, however, if I missed something in the API, please let me know!
Thank you very much.
Cheers,
Julian
Beta Was this translation helpful? Give feedback.
All reactions