-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support parallel annotations of multiple sequences #1700
Comments
Hi @kbressem, I fully agree this feature is very much needed for several use cases: Mutlisequence and multilable tasks. As far I understand, this is mostly a GUI feature - MONAI Label (server itself) has all APIs needed for this. We should also add here that all sequences should be aligned or co-registered and of the same resolution? Please let us know your thoughts. |
Hi @diazandr3s, |
Thanks for clarifying, @kbressem. |
Is your feature request related to a problem? Please describe.
We are working on a project where the interpretation of a pathological finding depends on the context of multiple MRI sequences. Specifically we need a T2 weighted fat saturated sequence and a T1 weighted sequence. Sometimes a third sequence might even be needed. Currently MONAILabel and Slicer do only support annotations of a single 3D volume.
Describe the solution you'd like
Annotation of multiple sequences, ideally in different windows that are synced with each other.
Describe alternatives you've considered
One can manually load images to ITK-SNAP. If multiple ITK-SNAP windows are opened, it will sync across the sequences. This is our current solution, but requires a lot of manual effort.
Additional context
This is our current workflow with an example segmentation.
The images are synced across the two ITK-SNAP windows, the segmentations are done manually.
The text was updated successfully, but these errors were encountered: