Fast and lightweight MRSegmentator CLI powered by the KonfAI framework.
Project description
MRSegmentator-KonfAI
Fast and lightweight CLI for whole-body MRI segmentation using MRSegmentator models within the KonfAI framework.
🧩 Overview
MRSegmentator-KonfAI is a lightweight command-line interface (CLI) for running MRSegmentator models through the KonfAI deep learning framework.
It provides fast and efficient inference for whole-body MRI segmentation, including on low-resource hardware.
Pretrained models are automatically downloaded from Hugging Face Hub.
⭐ Key Advantages
📦 Lightweight model distribution
- ~128 MB per model, with up to 5 folds available
- Download only the folds you need
- Total size with 5 folds: ~640 MB
- 🔁 Compared to ~1.07 GB for the original full MRSegmentator model distribution
➡️ Faster setup, smaller disk footprint
⚡ Efficient inference
🔬 Performance comparison (single CT volume)
Experimental setup
- Input volume size:
512 × 512 × 366 - GPU: NVIDIA RTX 6000
- CPU: Intel® Xeon® w5-3425
Original MRSegmentator
| Configuration | Time | Peak RAM | Peak VRAM |
|---|---|---|---|
| 1 fold | 160.3 s | 82.3 GB | ~3.5 GB |
| 5 folds | 166.4 s | 82.8 GB | ~5.1 GB |
MRSegmentator-KonfAI
| Configuration | Time | Peak RAM | Peak VRAM |
|---|---|---|---|
| 1 fold | 42.6 s | 29.7 GB | ~2.2 GB |
| 5 folds (ensemble) | 49.0 s | 29.7 GB | ~3.7 GB |
📈 Key observations
- ~3–4× faster inference compared to the original MRSegmentator
- ~2.8× lower RAM usage (≈ 30 GB vs ≈ 83 GB)
🧠 Features
- ⚡ Fast inference powered by KonfAI
- 🤗 Automatic model download from Hugging Face
- 🧩 Multi-model ensembling
- 🧠 Supports evaluation workflows with reference data, and uncertainty estimation without reference
- 🧾 Multi-format compatibility: supports all major medical image formats handled by ITK
🚀 Installation
From PyPI:
python -m pip install mrsegmentator-konfai
From source:
git clone https://github.com/vboussot/KonfAI.git
python -m pip install -e apps/mrsegmentator
⚙️ Usage
Run inference on an MRI scan:
mrsegmentator-konfai -i path/to/input.nii.gz -o ./Output/
Optional arguments
| Flag | Description | Default |
|---|---|---|
-i, --input |
Path to the input MRI volume | required |
-o, --output |
Path to save the segmentation | ./Output/ |
--gt |
Path to reference segmentation (ground truth), if available (enables evaluation workflows) | unset |
--mask |
Path to region-of-interest mask used for evaluation and uncertainty analysis | unset |
-f, --folds |
Number of model folds to ensemble (1–5) | 2 |
-uncertainty |
Save uncertainty maps | False |
--gpu |
GPU list (e.g. 0 or 0,1) |
CPU if unset |
--cpu |
Number of CPU cores (if no GPU) | 1 |
-q, --quiet |
Suppress console output | False |
Example
mrsegmentator-konfai -i path/to/input.nii.gz -o ./Output/ --gt path/to/reference.nii.gz --mask path/to/mask.nii.gz --gpu 0 -f 3 -uncertainty
📖 Reference
If you use MRSegmentator-KonfAI in your work, please cite the original MRSegmentator work in addition to this CLI tool.
-
Häntze, H. et al. (2025).
Segmenting Whole-Body MRI and CT for Multiorgan Anatomic Structure Delineation.
Radiology: Artificial Intelligence, 7(6). https://doi.org/10.1148/ryai.240777 -
Boussot, V., & Dillenseger, J.-L. (2025).
KonfAI: A Modular and Fully Configurable Framework for Deep Learning in Medical Imaging.
arXiv preprint arXiv:2508.09823
🔗 Links
- 🧠 Original MRSegmentator: github.com/hhaentze/MRSegmentator
- 🤗 Model Hub: huggingface.co/VBoussot/MRSegmentator-KonfAI
- 📦 PyPI Package: pypi.org/project/mrsegmentator-konfai
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mrsegmentator_konfai-1.5.3.tar.gz.
File metadata
- Download URL: mrsegmentator_konfai-1.5.3.tar.gz
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
10bde2b24a9d15424ae1f72fe4dc4731c055d9d677ec024bb163653edbb5e93c
|
|
| MD5 |
a9397c4eaf347758d8baecf18252d967
|
|
| BLAKE2b-256 |
5eafd14386a36c3d3d908450dc70f2024df3061170b58a27a518a8ea162189ca
|
Provenance
The following attestation bundles were made for mrsegmentator_konfai-1.5.3.tar.gz:
Publisher:
publish.yml on vboussot/KonfAI
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mrsegmentator_konfai-1.5.3.tar.gz -
Subject digest:
10bde2b24a9d15424ae1f72fe4dc4731c055d9d677ec024bb163653edbb5e93c - Sigstore transparency entry: 902324908
- Sigstore integration time:
-
Permalink:
vboussot/KonfAI@651e9f0e73122b7225d540e8096c382fa5ece734 -
Branch / Tag:
refs/tags/v1.5.3 - Owner: https://github.com/vboussot
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@651e9f0e73122b7225d540e8096c382fa5ece734 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mrsegmentator_konfai-1.5.3-py3-none-any.whl.
File metadata
- Download URL: mrsegmentator_konfai-1.5.3-py3-none-any.whl
- Upload date:
- Size: 12.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6016e11c923ce1a85d04f9f43ad9388c966d2811c84ca25230ce71a813539caf
|
|
| MD5 |
35957d7cbe38a00f80b1ba064f9809a2
|
|
| BLAKE2b-256 |
d73911324551c987517b177b167c48c2d2843a818359f97eb059f02a72f8db64
|
Provenance
The following attestation bundles were made for mrsegmentator_konfai-1.5.3-py3-none-any.whl:
Publisher:
publish.yml on vboussot/KonfAI
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mrsegmentator_konfai-1.5.3-py3-none-any.whl -
Subject digest:
6016e11c923ce1a85d04f9f43ad9388c966d2811c84ca25230ce71a813539caf - Sigstore transparency entry: 902325276
- Sigstore integration time:
-
Permalink:
vboussot/KonfAI@651e9f0e73122b7225d540e8096c382fa5ece734 -
Branch / Tag:
refs/tags/v1.5.3 - Owner: https://github.com/vboussot
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@651e9f0e73122b7225d540e8096c382fa5ece734 -
Trigger Event:
push
-
Statement type: