nv-segment-ct

Installation
SKILL.md

NV-Segment-CT

Purpose

  • Used for running NV-Segment-CT VISTA3D on CT NIfTI volumes and recording label-map evidence. Not for clinical interpretation.
  • Use the wrapper exactly as documented; do not replace the upstream entrypoint with a handwritten implementation.
  • Manifest I/O: inputs are ct_volume; outputs are label_map and result_json.

Instructions

  • Read skill_manifest.yaml before changing arguments, side effects, or validation gates.
  • Run scripts/run_vista3d.py through the documented command below; keep outputs under a caller-provided run directory.
  • If a host agent exposes run_script, use run_script("scripts/run_vista3d.py", args=[...]); otherwise run the Bash/Python command shown below.
  • Check the emitted JSON and paired verifier guidance before treating the run as evidence.

Available Scripts

Script Purpose Arguments
scripts/run_vista3d.py Primary entrypoint declared by skill_manifest.yaml. PATH_TO_CT.nii.gz [--output-dir OUT_DIR] [--label-prompts IDS]
Installs
114
Repository
nvidia/skills
GitHub Stars
1.0K
First Seen
5 days ago
nv-segment-ct — nvidia/skills