Version 0.3.0 (April 22, 2022)¶
This version of MONAI Deploy App SDK introduces a couple of new features, as well as a number of defect fixes. Please see details in the following sections.
Please visit GETTING STARTED guide and follow tutorials.
You can learn more about SDK usage through DEVELOPING WITH SDK.
Please let us know how you like it and what could be improved by submitting an issue or asking questions
What’s new¶
Clara Viz Operator¶
This operator uses Clara Viz to provide interactive view of a 3D volume including segmentation mask. A tutorial is provided to demonstrate how to use this new operator in an application, e.g., a typical segmentation inference application.
STL Surface Mesh Conversion Operator¶
This operator converts a volume image to surface mesh, in STL file format. Its API allows the client to control if smoothing needs to be applied, and if only keeping the largest connected component; the latter is useful when multiple disjoint segments are in a volume image, and the application needs to control if all or only the largest to be included in the output.
What’s fixed/updated¶
The AI Spleen Segmentation application is updated to include the STL conversion operator for surface mesh output
The AI UNETR Segmentation is updated to include the STL conversion operator, in lieu of the DICOM Segmentation Writer. This is because that the model outputs 13 labeled segments, exceeding the maximum of 8 supported by the DICOM Segmentation Writer
Add Clara Viz operator #235 by @AndreasHeumann
Make DICOMSeriesToVolumeOperator consistent with ITK in serving NumPy array #238 by @mmelqin
Add DICOMTextSRWriterOperator to the autosummary section for doc gen #263 by @mmelqin
Corrected the conditional block to use the correct and only named input obj #264 by @mmelqin
Updated the png converter operator following changes to Image ndarray index order #265 by @mmelqin
fix: Address typos in bilinear mode usage in the
Spacingd
operator #271 by @swederikRelaxed the restriction on non-DCM files, and raise error based on settings #273 by @mmelqin
Fix pixel spacing in DICOMDataLoaderOperator for some X-rays #280 by @jlvahldiek
Fix Issue #245: DICOM Seg has multiple slices of seg image on the same frame #285 by @mmelqin
Update MONAI version after having validated compatibility #288 by @mmelqin