TotalSegmentator ONNX — task total_fast
Single-graph ONNX export of the nnUNetv2 TotalSegmentator
total_fast task. Produced via scripts/export_totalsegmentator_onnx.py
in the Tamias repo.
Files
fold_0.onnx
manifest.json — TotalSegManifest schema (Tamias loads it BYO-URL).
LICENSE.txt
How to use in Tamias
- Open the TotalSegmentator panel.
- Click
TotalSegmentator (ONNX) → paste the manifest URL OR
pick the manifest.json from disk.
- Load a CT volume.
- Click Run on current volume.
The browser runtime uses ONE fold per run. For full ensemble
accuracy use upstream TotalSegmentator directly (the Tamias
native Tauri runner spawns it for you).
License
- Code (TotalSegmentator, nnUNet, the export script): Apache-2.0
- Weights: CC-BY-NC-4.0 (research / non-commercial use)
See LICENSE.txt for the full text + upstream pointers.