CoolFace
Apppublic

IFMedTech/CT_Segmentation

sourceHugging Faceapache-2.0updated 9mo agoView on Hugging Face
0likes
App README

๐Ÿฅ MONAI WholeBody CT Segmentation

Automatic 3D segmentation of 104 anatomical structures from CT scans

Overview

This application uses MONAI's pre-trained SegResNet model trained on the TotalSegmentator dataset to automatically segment 104 different anatomical structures from whole-body CT scans.

Features

  • โ€”๐Ÿ”ฌ 104 Anatomical Structures: Segments organs, bones, muscles, and vessels
  • โ€”๐Ÿ“Š Interactive Visualization: Navigate through axial, coronal, and sagittal views
  • โ€”๐ŸŽจ Color-coded Overlay: Each structure has a distinct color for easy identification
  • โ€”โšก GPU Accelerated: Uses CUDA when available for faster inference

Supported Structures

CategoryStructures
Major OrgansLiver, Spleen, Kidneys, Pancreas, Gallbladder, Stomach, Bladder
CardiovascularHeart (4 chambers), Aorta, Vena Cava, Portal Vein, Iliac vessels
RespiratoryLung lobes (5), Trachea, Esophagus
SkeletalVertebrae (C1-L5), 24 Ribs, Hip bones, Femur, Humerus, Scapula, Clavicle
MusclesGluteal muscles, Iliopsoas, Autochthon
OtherBrain, Face, Adrenal glands, Small/Large bowel

Usage

  1. 1.Upload a CT scan in NIfTI format (.nii or .nii.gz)
  2. 2.Click Run Segmentation and wait for processing (1-5 minutes)
  3. 3.Explore the results using the slice sliders and view controls
  4. 4.Check the Detected Structures panel to see all identified anatomy

Model Details

  • โ€”Architecture: SegResNet (MONAI)
  • โ€”Resolution: 3.0mm isotropic (low-resolution model)
  • โ€”Training Data: TotalSegmentator dataset
  • โ€”Output: 105 channels (background + 104 structures)

References

License

This model is released under the Apache 2.0 License. The TotalSegmentator dataset is released under CC BY 4.0.

Citation

If you use this model, please cite:

bibtex
@article{wasserthal2023totalsegmentator,
  title={TotalSegmentator: robust segmentation of 104 anatomical structures in CT images},
  author={Wasserthal, Jakob and others},
  journal={Radiology: Artificial Intelligence},
  year={2023}
}