feat(apps): OME-Zarr/DICOM registration, IMPACTReg PCA, and app tests + examples - #37
Merged
Merged
Conversation
vboussot
force-pushed
the
feat/impactreg-omezarr-impact
branch
from
July 13, 2026 13:19
f4f3d4b to
50cc3d6
Compare
vboussot
force-pushed
the
feat/impactreg-omezarr-impact
branch
from
July 14, 2026 13:19
50cc3d6 to
7a2b23d
Compare
vboussot
force-pushed
the
feat/impactreg-omezarr-impact
branch
from
July 14, 2026 13:26
7a2b23d to
0119147
Compare
vboussot
force-pushed
the
feat/impactreg-omezarr-impact
branch
from
July 14, 2026 13:34
0119147 to
9a621a8
Compare
… PCA loss Dataset readers auto-detect an OME-Zarr / DICOM store from its markers on read, and the IMPACTReg feature loss gains a PCA reduction (torch, behaviourally identical to itk-impact's pca_fit/pca_transform). Covered by unit tests.
…, and app CLI smoke tests The impact_reg registration app reuses model outputs and minimises orchestrator I/O; app.json inputs may declare default: ones|zeros so konfai-apps synthesises a missing optional input from Volume_0's header (no pixel load). CLI wrappers for IMPACT-Seg/Synth and MR/TotalSegmentator are smoke-tested, and the register/eval CLI syntax is fixed.
vboussot
force-pushed
the
feat/impactreg-omezarr-impact
branch
from
July 14, 2026 14:00
9a621a8 to
6783c1b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
OME-Zarr/DICOM store handling, the IMPACT-Reg registration app, and its examples.
What's in it
pca_fit/pca_transform).impact_regregistration app reuses model outputs and minimises orchestrator I/O;app.jsoninputs may declaredefault: ones|zerosso konfai-apps synthesises a missing optional input fromVolume_0's header (no pixel load). CLI wrappers for IMPACT-Seg/Synth and MR/TotalSegmentator are smoke-tested; the register/eval CLI syntax is fixed.NCC ≈ 0.84 → ≈ 0.99, seam-free) and Colab notebooks for the packaged model apps.Verification
Core + apps + konfai-mcp suites are green on the full stack; the store-format detection and the PCA metric are covered by unit tests.