Replies: 2 comments
-
yes, you can save it into shape [x, y, z, 20], along the last dimension are binary vectors, and use a 20-channel model. just in the segmentation loss/metric functions set |
Beta Was this translation helpful? Give feedback.
0 replies
-
How should I create dataset and dataloader ? |
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.
-
I have 20 labels some of them are overlapping. Data in 4D nifti format [x][y][z][ labels ] labels are 1 and 0 in a list.
How should I use the monai features ?
Should I train a model with 20 input channels ?
Beta Was this translation helpful? Give feedback.
All reactions