Views
No views yet
| Metric | Value | Source |
|---|---|---|
| Mean Dice (OASIS test split, n=80) | 0.915 ± 0.008 | Reproduction of paper Table 1 row 3 (paper: 0.91 ± 0.011, within 1σ) |
| INR parameters | 330 K | – |
| Inference time (per volume, A100 BF16) | ~5 s | inner_steps=100 |
metaseg-siren-2d-5cls (bg / CSF / cortex / WM /
deep grey).1from inr_brain_seg import InrBrainSeg
2model = InrBrainSeg.from_pretrained("basimazam/metaseg-siren-3d-5cls")
3mask = model.segment("path/to/T1_volume.nii.gz")
4# Returns a 3D numpy.ndarray, shape (80, 80, 100).omega_0=30, 3 hidden layers of width 256.results/RESULTS.md.