What problem does it solve?
Medical imaging researchers need paired synthetic CT volumes and segmentation masks for research, data augmentation studies, and pipeline development, but running the NV-Generate-CTMR rectified-flow synthesis pipeline correctly requires careful config staging, anatomy validation, and output verification.
Core Features & Use Cases
- Paired CT and mask synthesis: Runs the upstream rflow-ct inference entrypoint with a JSON config override, producing NIfTI image/label pairs plus an auditable result JSON.
- Preflight validation and cost gating: Checks anatomy names against the 132-class label dictionary, body region, FOV constraints, CUDA availability, and estimated VRAM/wall-time before launching expensive GPU inference.
- Visual summary card: Writes a summary.html with mid-slice axial/coronal/sagittal triptychs and label overlays for quick inspection without 3D Slicer.
- Use Case: A researcher asks the agent to generate a synthetic abdomen CT with a controllable hepatic tumor from a config file; the skill validates the request, runs the pinned upstream pipeline on a CUDA GPU, and returns verified image/mask pairs with label mapping evidence.
Quick Start
Ask your agent to generate a synthetic CT volume and paired mask from your config file using the nv-generate-ct-rflow skill with a chosen output directory and random seed.