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 muliple 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