Image Segmentation
Collection
8 items β’ Updated
Multimodal (CBCT / MR / CT) anatomical body segmentation (11 structures), built with KonfAI. One model handles all three modalities.
| Model | Input | Output | Labels | Ensemble |
|---|---|---|---|---|
body |
Volume (CT / MR / CBCT) | Segmentation | 11 | 1 |
2.5D residual-encoder UNet Β· patch [1, 192, 192] Β· resampled to 3 mm.
pip install impact_seg_konfai
impact-seg-konfai segment body -i input.nii.gz -o output/
konfai-apps infer VBoussot/ImpactSeg:body -i input.nii.gz -o output/Benchmarked on a single NVIDIA RTX PRO 5000 (24 GB) with a real whole-body CT (295 Γ 259 Γ 219, 2 mm). The batch size is auto-selected from your free GPU VRAM.
| Free VRAM | Batch (auto) | Peak VRAM | Time / case |
|---|---|---|---|
| 8 GB | 160 | ~7 GB | β |
| 16 GB | 320 | ~14 GB | β |
| 24 GB | 512 | ~10 GB | ~7 s |
Single-model body segmentation keeps system RAM ~1.6 GB. The thin 2-D patches never fill the card, so inference stays compute-bound (~7 s, largely batch-independent). Override with --patch-size / --batch-size.