Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Medical Image Segmentation Preprocessing

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.

Features

  • 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.

Prerequisites

  • Python
  • PyTorch
  • MONAI
  • Matplotlib

You can install MONAI using the following command:

pip install monai

Example

image

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages