Medical Imaging Segmentation with NVIDIA MONAI
Train a U-Net model using MONAI for medical image segmentation on Valohai. This example uses the Task03_Liver dataset from the Medical Segmentation Decathlon.
Overview
This example demonstrates how to:
Preprocess medical imaging data
Train a MONAI U-Net model
Evaluate segmentation performance
Run inference on new images
Steps
1
Preprocess Data
Load and normalize medical imaging data.
2
Train Model
Initialize and train a MONAI U-Net model using your dataset.
3
Evaluate Performance
Assess the model's segmentation accuracy with test data.
4
Run Inference
Use the trained model to predict and segment new images.
GitHub repository
The repository walks you through how to go through the above steps:
Last updated
Was this helpful?
