tao-train-fast-foundation-stereo

Train, evaluate, export, and run inference on TAO FastFoundationStereo models.

83|20|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/NVIDIA-TAO/tao-skill-bank --skill tao-train-fast-foundation-stereo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tao-train-fast-foundation-stereo
Source: https://github.com/NVIDIA-TAO/tao-skill-bank/tree/main/skills/models/tao-train-fast-foundation-stereo
Command: npx skills add https://github.com/NVIDIA-TAO/tao-skill-bank --skill tao-train-fast-foundation-stereo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires docker, nvidia-container-toolkit, tao_toolkit, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a streamlined workflow for training, evaluating, exporting, and running inference on TAO FastFoundationStereo models, enabling real-time stereo depth estimation.

Core Features & Use Cases

  • Training and Evaluation: Supports training and evaluation of FastFoundationStereo models for stereo depth estimation.
  • Export: Converts trained models into ONNX format for deployment.
  • Inference: Allows real-time inference on stereo image pairs for disparity map prediction.
  • Use Case: Ideal for developers and engineers working on real-time stereo depth estimation models and need a tool to manage their training, evaluation, and deployment processes.

Quick Start

Run the train action with the provided specifications to start training your FastFoundationStereo model.

Frequently Asked Questions about tao-train-fast-foundation-stereo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I train a stereo depth estimation model using TAO Toolkit?

You train stereo depth estimation models by running the train action with your specifications to build FastFoundationStereo models. This workflow handles training and evaluation for real-time stereo matching and disparity map prediction.

How do I export a trained stereo matching model for deployment?

You export trained stereo matching models by converting them into ONNX format. This action prepares the FastFoundationStereo model for deployment, allowing you to run real-time inference on stereo image pairs.

Do I need Docker and nvidia-container-toolkit to run FastFoundationStereo inference?

Yes, you need Docker and nvidia-container-toolkit to execute the FastFoundationStereo workflow. These dependencies provide the required containerized environment to run inference and process stereo image pairs for disparity prediction.

Can I evaluate stereo depth estimation models before exporting them?

Yes, you can evaluate stereo depth estimation models during the training workflow. The evaluation step checks the FastFoundationStereo model's accuracy before you export it to ONNX format for deployment.

What is real-time stereo depth estimation used for in computer vision?

Real-time stereo depth estimation predicts disparity maps from stereo image pairs. It applies to computer vision workflows involving stereo matching, enabling depth perception for systems requiring immediate spatial analysis.

How do I run inference on stereo image pairs to predict disparity maps?

You run inference on stereo image pairs by deploying the exported ONNX model. This process predicts disparity maps for real-time stereo depth estimation tasks in computer vision workflows.