This example demonstrates how to:
Preprocess medical imaging data
Train a MONAI U-Net model
Evaluate segmentation performance
Run inference on new images
Preprocess Data
Load and normalize medical imaging data.
Train Model
Initialize and train a MONAI U-Net model using your dataset.
Evaluate Performance
Assess the model's segmentation accuracy with test data.
Run Inference
Use the trained model to predict and segment new images.
The repository walks you through how to go through the above steps:
Last updated 1 month ago
Was this helpful?