Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 651 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 651 Bytes

MONAI bundle

This folder contains the get_started tutorial and concrete training / inference examples for MONAI bundle features.

A bundle example for volumetric (3D) segmentation of the spleen from CT image.

Example shows the use cases of bringing customized python components, such as transform, network, and metrics, in a configuration-based workflow.

Example shows how to parse the config files in your own python program, instantiate necessary components with python program and execute the inference.