nnunet implementation for multiple labels #1507
Unanswered
bereket-meley
asked this question in
Q&A
Replies: 1 comment
-
Hi @bereket-meley, I think you can prepare something like this: Hope it helps, thanks! |
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.
-
Where to specify the dataset has multiple labels?
On nnunet we used to specify on dataset.json as "modality": {
"0": "MRI"
},
"labels": {
"0": "background",
"1": "liver",
"2": "PV",
"3": "IVC",
"4": "HV"
},
Beta Was this translation helpful? Give feedback.
All reactions