VBoussot commited on
Commit
610da58
·
verified ·
1 Parent(s): 04f9b85

perf: recalibrate vram_plan (leave GPU headroom) + refresh perf README

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -37,15 +37,15 @@ impact-seg-konfai segment body -i input.nii.gz -o output/
37
 
38
  ## ⚡ Performance & VRAM
39
 
40
- Benchmarked on an **NVIDIA RTX PRO 5000 (24 GB)**. The batch size is **auto-selected from your free GPU VRAM**.
41
 
42
- | Free VRAM | Batch (auto) | Peak VRAM |
43
- |:--|:--|:--|
44
- | 8 GB | 160 | ~7 GB |
45
- | 16 GB | 320 | ~14 GB |
46
- | 24 GB | 512 | ~22 GB |
47
 
48
- **16 s / case** on the benchmark volume (scales with case size). Override with `--patch-size` / `--batch-size`.
49
 
50
  ## 🔗 Links
51
 
 
37
 
38
  ## ⚡ Performance & VRAM
39
 
40
+ 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**.
41
 
42
+ | Free VRAM | Batch (auto) | Peak VRAM | Time / case |
43
+ |:--|:--|:--|:--|
44
+ | 8 GB | 160 | ~7 GB | |
45
+ | 16 GB | 320 | ~14 GB | — |
46
+ | 24 GB | 512 | ~10 GB | **~7 s** |
47
 
48
+ 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`.
49
 
50
  ## 🔗 Links
51