Skip to content

A thigh muscle segmentation tool trained using a multimodal and multiethnic MRI dataset

License

Notifications You must be signed in to change notification settings

Hirriririir/Multimodal-Multiethnic-Thigh-Muscle-MRI-analysis

Repository files navigation

Multimodal-Multiethnic-Thigh-Muscle-MRI-analysis

A thigh muscle segmentation tool trained using a multimodal and multiethnic MRI dataset

image

Model description

  • A 3D segmentation model based on SegResNet
  • Trained using multi-ethnic thigh MRIs from both myopathy patients and healthy controls (metadata available in the repository)
  • Suitable for training on any one of the multimodal MRI series, including IDEAL fat, IDEAL water, T1, T2, and STIR
  • Targets 11 thigh muscles: BL - Biceps Femoris Long Head; BB - Biceps Femoris Short Head; ST - Semitendinosus; SM - Semimembranosus; AM - Adductor Magnus; VI - Vastus Intermedius; VL - Vastus Lateralis; VM - Vastus Medialis; RF - Rectus Femoris; GR - Gracilis; SA - Sartorius.

Performance of the model on testing MRIs

image

MRI data

You can download the anonymized Chinese and Finns MRI data for your research at the "Releases" section, and the Germany data from this link.

Model Implementation (MONAI label)

  1. Install MONAI dependencies first.
pip install "monai-weekly[all]" "monailabel-weekly"
  1. Then, copy the contents (including scripts and the model) of the "MONAI label implementation" folder into the MONAI label's config file located at "./apps/radiology".

  2. Start MONAI Label server

# OHIF
monailabel start_server --app apps/radiology --studies http://127.0.0.1:8042/dicom-web --conf models segmentation_thighmuscles

# 3D Slicer
monailabel start_server --app apps/radiology --studies datasets/Thigh_muscles --conf models segmentation_muscle --conf skip_trainers true

  1. Start "OHIF viewer" or "3D slicer" to run the model on your own MRI data. Press the "Auto segmentation" button to start.

image

image

Acknowledgement

We would like to express our heartfelt gratitude to the patients and their families for their invaluable contributions to the MRI dataset. We also extend special thanks to Dr. Sarah Schlaeger and Dr. Lotte Huysmans for generously sharing their MRI data for further research.

Citation

About

A thigh muscle segmentation tool trained using a multimodal and multiethnic MRI dataset

Resources

License

Stars

Watchers

Forks

Packages

No packages published