Page MenuHomePhabricator

Avoid image R/W to disk for MonaiLabel REST transactions
Open, NormalPublic

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.