What problem does it solve?
Training and deploying NVPanoptix3D models for panoptic 3D scene reconstruction requires navigating complex TAO Toolkit specs, Docker-based workflows, dataset path conventions, and AutoML routing. This Skill guides an AI agent through the correct commands, spec overrides, and error handling so users avoid misconfigured runs and wasted GPU time.
Core Features & Use Cases
- Docker-native action commands: Provides ready-to-adapt
docker run commands for train, evaluate, inference, and export actions using the TAO PyTorch container image.
- Spec and dataset guidance: Documents per-action dataset requirements (frustum masks, label maps, JSON splits), mandatory spec overrides, and important parameters like
model.sem_seg_head.num_classes and train.precision.
- AutoML train routing: Routes train actions through the TAO AutoML runner with
train_loss as the optimization metric, including handling of multi-fidelity resume jobs.
- Use Case: A robotics engineer asks the agent to train an NVPanoptix3D model on a Matterport3D dataset; the Skill supplies the correct downsample factor, dataset paths, GPU settings, and launch command.
Quick Start
Ask your agent to train an NVPanoptix3D model on your posed RGB image dataset using the TAO Toolkit Docker image.