What problem does it solve?
Training and deploying stereo depth estimation models requires navigating complex TAO Toolkit configuration specs, dataset annotation formats, and containerized GPU workflows. This Skill guides an AI agent through the complete FoundationStereo lifecycle so disparity maps can be produced from stereo image pairs without manual trial and error.
Core Features & Use Cases
- Full Model Lifecycle: Covers train, evaluate, inference, export, and quantize actions through the unified TAO depth_net CLI, plus TensorRT deployment via TAO Deploy.
- Dataset Guidance: Maps data layouts (Middlebury, KITTI, ETH3D, FSD, IsaacReal, Crestereo) to the correct dataset class and annotation file format, with a convert step to generate annotations.
- AutoML Routing: AutoML-enabled train action routes through tao-run-automl by default, with per-run automl_policy overrides for plain training.
- Use Case: A robotics engineer with KITTI stereo pairs asks the agent to train a FoundationStereo model; the agent generates the annotation file, writes the spec YAML with the Kitti dataset class, launches the Docker training run, and verifies KPIs in status.json.
Quick Start
Ask your agent to train a FoundationStereo stereo depth model on your stereo image dataset using NVIDIA TAO.