PerkLab / SlicerOpenAnatomy

3D Slicer extension for exporting Slicer scenes to use in the OpenAnatomy.org browser
15 stars 6 forks source link

Load/save one segment at a time #5

Open cpinter opened 5 years ago

cpinter commented 5 years ago

By not allocating the whole segmentation when saving or loading, but instead we stream the data, we can prevent memory overflow when allocating the huge 4D volume.

lassoan commented 5 years ago

@Sunderlandkyl is working on more efficient handling of non-overlapping segment groups. If that works then we may not need streaming reading/writing after all.