Skip to content
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

Regarding Partial Annotation Storage and Retrieval in MONAI Label and 3D Slicer #1662

Open
Suchi97 opened this issue Mar 28, 2024 · 1 comment

Comments

@Suchi97
Copy link

Suchi97 commented Mar 28, 2024

Hi Team,

We are in the process of annotating over 70 labels using both 3D Slicer and MONAI Label. FYI, our 3D Slicer is locally installed on our computer, while the MONAI Label Server is running on our DGX Server.

Our objective is to preserve partial annotations and import the same file to seamlessly continue the annotation process.
We have discovered a method to save annotations locally, and the steps to achieve this are outlined below:

  1. Utilize the save button in 3D Slicer to store the partial annotation. This action generates a file in the .nrrd format, saved within the local directory.
  2. To reload the partial annotation, used the add button in 3D Slicer and navigate to the saved directory.

Our inquiry pertains to whether there is similar functionality in the MONAI Label Server that allows for the preservation of partially annotated labels and subsequent reloading to facilitate a smoother annotation process.

Any help is appreciated.
Thanks in advance

@pieper
Copy link
Contributor

pieper commented Mar 28, 2024

I don't think MONAI Label server supports that, but maybe others here can comment.

I've always followed the same path you describe, where we use Slicer's native tools to perform annotations, saving and restoring work as we go, and then use a script to assemble them for training using MONAI Label. This seems to work well for the clinical annotators.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants