Starting MonaiLabel server with Multiple inputs #1472
Ivan-E-Johnson
started this conversation in
General
Replies: 1 comment 2 replies
-
Hi @Ivan-E-Johnson, This is a great initiative. I saw you started a solution for this here: #1474 |
Beta Was this translation helpful? Give feedback.
2 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 been working with 4D Multimodal registered data in MonaiBundle and am able to define a Datalist with multiple paths as the input for one "Image". Is there a way to set up the MonaiLabel application to accept a Datalist like Monaibundle does? If not would a secondary script that just appends the datastore.json file that is created when I pass it a path to the standard studies directory?
Any suggestions would be greatly appreciated! Thank you in advance.
For clarity Here is the file structure I am working with:
Studies Directory:
├── sub1
│ ├── Co-registered images
│ │ ├── modality_1.nii.gz
│ │ ├── modality_2.nii.gz
│ │ └── modality_3.nii.gz
│ └── label images
└── sub2
In Monai bundle I can pass it a list of dictionaries organized like so:
{
"image": [
"path_to_modality_1",
"path_to_modality_2",
"path_to_modality_3"
],
"label": "path_to_label"
}
Beta Was this translation helpful? Give feedback.
All reactions