Dev & Engineering ✓ NVIDIA · Official 3d-object-detectionmulti-cameratemporal-trackingtao-toolkitmodel-trainingmodel-quantizationdockernvidia-gpu

TAO Sparse4D Training Skill

Guides agents through training, evaluation, export, quantization, and inference for multi-camera temporal 3D detection and tracking.

FollowSkills review · FSRS-2.0
Not recommended
54/ 100 5-point scale 2.7 / 5
Trust17 / 25 · 3.4/5

The skill declares Read and Bash as allowed tools and documents containers, data paths, checkpoints, and AutoML routing. No malware, credential theft, or covert exfiltration is evident. However, Bash is broad, per-run user confirmation and least-privilege boundaries are not specified, sensitive-data handling and rollback are absent, and W&B is enabled by default and may create external data flow; points were deducted.

Reliability8 / 20 · 2.0/5

SKILL.md, skill_info.yaml, templates, and error-pattern guidance cover conversion, training, evaluation, export, inference, and quantization with artifact checks and failure advice. The files provide no executable tests or CI reproducing the key paths; documented legacy-image failures and export-compatibility constraints add uncertainty, so the static ceiling and deductions apply.

Adaptability10 / 15 · 3.3/5

Trigger phrases, target scenario, action scope, input format, hardware requirements, and several non-fit conditions are reasonably clear for multi-camera temporal 3D detection and tracking. Chinese-language support is not described, and the core depends on Docker, NVIDIA Container Toolkit, GPUs, specific TAO images, and potentially S3 data; mainland-China network and image reachability are unaddressed, so points were deducted.

Convention9 / 15 · 3.0/5

The skill includes a main guide, reference documents, templates, metadata, a benchmark report, and a version number; the skill declares Apache-2.0 and publisher/maintenance context is partially clear. Recommended Instructions and Examples sections are missing, the author format is incomplete, and changelog, dependency-version, maintenance-owner, and unified installation/troubleshooting guidance are limited. The benchmark also records hierarchy and extra-schema findings.

Effectiveness6 / 15 · 2.0/5

The skill covers dataset conversion, training, evaluation, export, inference, and quantization, with data-source mappings, parameter templates, checkpoint inference, AutoML policy, and troubleshooting. This should reduce manual configuration substantially, but static review cannot confirm model results or end-to-end artifacts; the benchmark contains only one task and does not establish directly usable outputs for every action, so points were deducted.

Verifiability4 / 10 · 2.0/5

Structured skill_info.yaml, auditable templates, inference mappings, a benchmark report, and a pinned revision provide limited traceability. There is only one evaluation task and no independent reproduction record, key-path test suite, CI coverage, or multi-source corroboration; the reported PASS is not execution verification for this static review, so full marks are not justified.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 55f18499943e
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
Before you use it
  • Before execution, confirm Bash operations, data mounts, W&B external communication, and AutoML routing, and verify permissions for images, GPUs, data sources, and checkpoints.
  • Quantization and export have documented image, camera-count, anchor-count, and checkpoint-compatibility limitations; perform a small validation run and retain recoverable outputs.
  • Chinese support and mainland-China network reachability are not documented; TAO containers and remote data sources may not be directly accessible.
See the full review method →

What does this skill do, and when should you use it?

This skill targets the NVIDIA TAO Toolkit Sparse4D model for multi-camera temporal 3D object detection and tracking. It covers dataset conversion, training, evaluation, export, quantization, and inference, including instance-bank handling, temporal reasoning, and checkpoint handoff. AutoML is enabled by default for training but can be disabled for an individual run. Docker, nvidia-container-toolkit, and NVIDIA GPUs are required, with 40GB+ of VRAM per GPU recommended.

Reads model metadata, packaged JSON schemas, specification templates, and reference documentation; requires dataset_convert to convert AICity data into OVPKL annotations and generate anchor_init.npy; builds the required spec_overrides and data paths for train, evaluate, export, inference, and quantize; routes eligible training requests through tao-skill-bank:tao-run-automl; invokes the relevant containers and commands; and documents handling for checkpoints, H5 depth paths, quantization failures, and temporal out-of-memory errors.

  1. TAO users training Sparse4D on multi-camera data for 3D detection.
  2. Vision teams evaluating detection or tracking metrics on validation or test splits.
  3. Engineers exporting a trained model or running inference from an exact checkpoint.
  4. Deployment teams quantizing a Sparse4D checkpoint with TorchAO.
  5. Researchers running AutoML training or a plain-training experiment with HPO disabled for that run.

What are this skill's strengths and limitations?

Pros
  • Covers Sparse4D from dataset conversion through inference.
  • Includes AutoML routing, dataset dependency mappings, and checkpoint-resolution rules.
  • Documents AICity-to-OVPKL conversion, H5 depth-path normalization, and temporal memory troubleshooting.
  • Records multi-GPU, multi-node, and important model parameters.
Limitations
  • Requires dataset_convert before the main workflow, with sparse4d/ovpkl data artifacts.
  • High hardware requirements: minimum 2 GPUs, 8 recommended, with 40GB+ VRAM per GPU.
  • The supplied material references schemas, templates, and model containers whose complete contents are not provided.
  • The supplied material gives no standalone test suite, platform-specific validation results, or quantization success rate.

How do you install this skill?

Install the individual skill with the NVIDIA skills CLI:

npx skills add nvidia/skills --skill tao-train-sparse4d --yes

The README does not document the exact local destination for each platform; the CLI handles the installation target.

How do you use this skill?

After installation, prompt the agent with phrases such as “train Sparse4D,” “multi-camera 3D detection,” “temporal 3D tracker,” or “sparse query 3D perception.” Prepare compatible conversion artifacts and run dataset_convert first to produce OVPKL annotations and anchor_init.npy. For training, explicitly use automl_policy: on or automl_policy: off when needed. Other supported actions include evaluate, export, inference, and quantize.

FAQ

Is AutoML mandatory?
No. AutoML is the default training route, but `automl_policy` can be set to `off` for that run. The override does not change model metadata or non-training actions.
Can dataset_convert be skipped?
The documented workflow requires it first. It produces the annotation pickle files and anchor_init.npy needed by later actions.
What hardware and software are required?
Docker, nvidia-container-toolkit, and NVIDIA GPUs are required. The documented minimum is 2 GPUs; 8 are recommended, with 40GB+ VRAM per GPU.
What happens if quantization fails?
The skill says to retain the advertised quantize action, report the container or image failure, and keep the exact checkpoint path visible. It notes possible quantization-entrypoint or ONNX dependency issues in older 7.0.0-rc PyT images.

More skills from this repository

All from NVIDIA/skills

Data & Analysis ✓ NVIDIA · Official

TAO BEVFusion Training

Train, evaluate, and run inference on BEV 3D detection models that fuse LiDAR and camera data with TAO.

Data & Analysis ✓ NVIDIA · Official

TAO RT-DETR Object Detection

Guides NVIDIA TAO workflows for training and deploying real-time RT-DETR detectors.

Data & Analysis ✓ NVIDIA · Official

TAO Standard Training Workflow

Run a controlled TAO train, evaluate, and export workflow on labeled data.

Automation & Ops ✓ NVIDIA · Official

TAO Local Docker Runner

Run TAO jobs on a local or remote single-node Docker host with NVIDIA GPU support.

Data & Analysis ✓ NVIDIA · Official

OCDNet Scene Text Detection

Train and deploy arbitrary-oriented scene text detectors with NVIDIA TAO Toolkit.

Data & Analysis ✓ NVIDIA · Official

TAO PointPillars 3D Detection

Guides TAO workflows for training, evaluating, and deploying LiDAR-based PointPillars detectors.

Data & Analysis ✓ NVIDIA · Official

TAO PyT Image Classification

Train, evaluate, optimize, and deploy PyTorch image classifiers with NVIDIA TAO.

Automation & Ops ✓ NVIDIA · Official

TAO NVIDIA GPU Host Setup

Checks and standardizes NVIDIA drivers, CUDA, and container runtime prerequisites for TAO GPU hosts.

Data & Analysis ✓ NVIDIA · Official

TAO FoundationStereo Stereo Depth

Generate disparity maps from stereo images and manage FoundationStereo training, evaluation, and deployment for 3D reconstruction.

Automation & Ops ✓ NVIDIA · Official

TAO on Brev GPU Instances

Run and manage TAO training, evaluation, and inference on Brev GPU instances.

Data & Analysis ✓ NVIDIA · Official

TAO NVPanoptix3D

Train and run 3D panoptic reconstruction with occupancy completion from posed RGB images.

Data & Analysis ✓ NVIDIA · Official

TAO Person Re-Identification

Train and deploy TAO ReID models for cross-camera person matching.

Dev & Engineering ✓ NVIDIA · Official

TAO OCRNet Scene Text Recognition

Train and deploy NVIDIA TAO OCRNet models for cropped text recognition.

Data & Analysis ✓ NVIDIA · Official

TAO Visual ChangeNet Inspection

Train paired-image classifiers and change-segmentation models for PCB defect inspection.

Automation & Ops ✓ NVIDIA · Official

NVIDIA GPU Docker Runtime Guide

Reusable Docker conventions for authenticating with NGC, exposing NVIDIA GPUs, mounting data, inspecting containers, and diagnosing GPU workload failures.

Data & Analysis ✓ NVIDIA · Official

TAO FastFoundationStereo Real-Time Stereo Depth

Run TAO FastFoundationStereo workflows that produce low-latency disparity maps from stereo images.

Automation & Ops ✓ NVIDIA · Official

Holoscan NGC Container Installer

Install, validate, and launch NVIDIA Holoscan SDK through an NGC Docker container.

Dev & Engineering ✓ NVIDIA · Official

Holoscan SDK Source Builder

Build Holoscan SDK from source in a Docker container and produce a local CMake-consumable installation tree.

Data & Analysis ✓ NVIDIA · Official

TAO Video Reasoning Annotation Pipeline

Convert raw videos into chain-of-thought training data.

Automation & Ops ✓ NVIDIA · Official

TAO Inference Microservice Deployment

Start, query, and stop TAO inference microservices across supported compute platforms.

Related skills