Page MenuHomePhabricator

Avoid image R/W to disk for MonaiLabel REST transactions
Closed, ResolvedPublic

Description

Currently, the image requesting for segmentation is written as a .nii.gz file and then read as binary to create the REST request for MonaiLabel.
Also, the segmentation response is written as a .nii.gz file and then read as LabelSetImage for MITK.
Hence, there are 4 calls now to disk memory manager which is inefficient.
This should avoided as much as possible.

Event Timeline

a178n triaged this task as Normal priority.Feb 13 2023, 10:18 AM
a178n created this task.
kislinsk claimed this task.
kislinsk added a project: Moved to git.dkfz.de.
kislinsk added a subscriber: kislinsk.

This task was closed here on Phabricator since it was migrated to GitLab. Please continue on GitLab.