What is SpinEPS?
SpinEPS is an AI model that automatically segments spine structures from T2-weighted MRI scans. It identifies:- Vertebrae — C1 through S1 (cervical, thoracic, lumbar, sacral)
- Intervertebral Discs — C2/3 through L5/S1
- Spinal Canal — The central canal containing the spinal cord

How It Works
SpinEPS uses a two-phase approach based on nnU-Net:- Semantic segmentation — Classifies each voxel into tissue types (vertebra, disc, canal, background)
- Instance segmentation — Separates individual vertebrae and discs (e.g., L1 vs L2)
Requirements
- Spine Helper must be installed and running (see Helper Setup)
- T2-weighted MRI is optimal (the model is trained on T2W data)
Segmentation is optimized for T2-weighted sagittal spine MRI. Results on other contrasts may vary.