This repo contains the preprocessing pipeline for 3D medical image segmentation tasks. The pipeline is built using the MONAI framework and PyTorch, focusing on tasks such as loading, spacing, intensity scaling, cropping, and resizing of 3D medical images.
- Loading of 3D Medical Images and Labels in NifTI format (
*.nii.gz). - Tranformations: A comprehensive suite of preprocessing transformations including:
- Adding channels
- Adjusting voxel spacing
- Scaling intensity values
- Cropping foreground regions
- Resizing to standard dimensions
- Data Loading: Streamlined dataset and dataloader creation for easy integration into training workflows.
- Python
- PyTorch
- MONAI
- Matplotlib
You can install MONAI using the following command:
pip install monai