Data & Analysis ✓ NVIDIA · Official mask2formerimage-segmentationpanoptic-segmentationinstance-segmentationsemantic-segmentationtensorrtnvidia-tao

TAO Mask2Former Segmentation

Guides NVIDIA TAO workflows for training and deploying Mask2Former segmentation models.

FollowSkills review · FSRS-2.0
Not recommended
49/ 100 5-point scale 2.5 / 5
Trust15 / 25 · 3.0/5

The skill explicitly requires Docker and nvidia-container-toolkit and limits declared tools to Read/Bash. It documents data sources, parent-job artifacts, and encryption-key mappings, with no evidence of malware, credential theft, or destructive defaults. Deductions apply because Bash is broad, there is no user-confirmation or rollback procedure, and data may flow through S3, pretrained-weight downloads, and enabled W&B without sufficient sensitive-data or external-effect disclosure.

Reliability8 / 20 · 2.0/5

The documentation covers training, evaluation, inference, export, quantization, multi-GPU operation, and several failure patterns, with deterministic training defaults. Deductions apply because packaged templates default to values inconsistent with the documented COCO panoptic workflow, such as ADE dataset defaults; AutoML, deployment references, and older PyTorch behavior depend on external components, and no complete reproducible test suite is supplied. Static calibration limits this score to 10.

Adaptability8 / 15 · 2.7/5

Triggers, scope, data formats, hardware requirements, and major usage constraints are reasonably clear, covering panoptic, instance, and semantic tasks. Deductions apply because Chinese-language guidance and semantic non-trigger boundaries are absent, while core operation depends on Docker, NVIDIA GPUs, TAO containers, S3, and GitHub; overseas dependencies may be difficult to reach from mainland China.

Convention9 / 15 · 3.0/5

The skill has useful metadata, versioning, author attribution, parameter guidance, templates, troubleshooting, deployment notes, and a stated Apache-2.0 license; the repository README describes synchronization and installation entry points. Deductions apply for missing Instructions, Examples, FAQ, changelog, and explicit maintainer/update ownership, incomplete author formatting, and schema-folder packaging findings recorded in the benchmark.

Effectiveness6 / 15 · 2.0/5

The skill directly addresses the Mask2Former workflow from training through deployment and supplies data-path mappings, configuration templates, parent-model inference, and troubleshooting guidance, which can reduce manual configuration. Deductions apply because representative outputs were not independently verified here, users must still provide data and model artifacts, and runtime/template version differences may require rework; static calibration caps this dimension at 7.

Verifiability3 / 10 · 1.5/5

The supplied files include a pinned revision context, schema metadata, action commands, templates, and documented failure cases; the benchmark records one single-task evaluation. Deductions apply because the benchmark has only one positive task and no negative coverage, provides no independently verifiable CI or comprehensive test suite, and its results are repository claims rather than corroborated evidence. Static calibration caps this dimension at 5.

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 use, verify the TAO container version, packaged schemas/templates, dataset format, and COCO category-ID settings; template defaults are not always aligned with the prose requirements.
  • Training and inference may access S3, GitHub pretrained weights, and W&B; avoid unauthorized sensitive data or credentials and confirm network, residency, and upload policies.
  • Use an isolated environment for an initial small-scale validation and retain checkpoints and output directories for manual recovery.
See the full review method →

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

This skill supports NVIDIA TAO Mask2Former workflows for universal image segmentation: panoptic, instance, and semantic segmentation. It covers training, evaluation, inference, ONNX export, quantization, and TensorRT deployment. The instructions define dataset files, specification overrides, AutoML routing, multi-GPU settings, export constraints, and troubleshooting patterns. It requires Docker, nvidia-container-toolkit, and an NVIDIA GPU, with substantial memory recommended.

Reads the skill’s deployment reference, generated TAO schemas, specification templates, and AutoML configuration; constructs required COCO or COCO panoptic data-source paths for each action; and guides train, evaluate, inference, export, quantize, and TensorRT deployment workflows. It documents configuration for pretrained Swin weights, class counts, segmentation modes, GPU allocation, checkpoints, ONNX files, TensorRT engines, and inferred parent-job or output-directory parameters.

  1. A computer-vision engineer training panoptic segmentation on COCO panoptic data can use it to configure datasets, classes, epochs, and GPUs.
  2. An evaluation engineer validating a trained Mask2Former checkpoint can use it to prepare the required evaluation sources and checkpoint settings.
  3. A deployment engineer exporting Mask2Former to ONNX and TensorRT can use it to follow the deployment reference and compatible export dimensions.
  4. A team running semantic, instance, or panoptic inference can use it to select model.mode and provide the required annotation files.
  5. An engineer facing CUDA out-of-memory errors can use it to reduce image resolution or select a smaller Swin variant.

What are this skill's strengths and limitations?

Pros
  • Covers Mask2Former training, evaluation, inference, export, quantization, and TensorRT deployment workflows.
  • Provides explicit COCO panoptic file requirements, specification keys, and per-action data rules.
  • Documents AutoML policy handling, checkpoint inference, multi-GPU configuration, and recurring failure modes.
  • States that TensorRT supports FP32 and FP16 and provides compatible default export dimensions.
Limitations
  • Requires Docker, nvidia-container-toolkit, and at least one NVIDIA GPU; four GPUs and 24GB or more of VRAM per GPU are recommended.
  • Mask2Former is memory-intensive, with per-GPU batch size 1 as the default.
  • Every action requires constructed data-source paths, so users must prepare the required COCO or COCO panoptic files.
  • TensorRT does not support INT8, and very small export dimensions may trigger an ONNX shape-inference error.

How do you install this skill?

Install the named skill with the CLI command documented in the repository README:

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

The CLI selects or prompts for the installation target; cloning the repository or manually copying the folder is not required. The source does not document additional installation-directory details.

How do you use this skill?

After installation, ask a compatible client for a concrete task such as "train a Mask2Former panoptic segmentation model," "evaluate this Mask2Former checkpoint," or "export Mask2Former to ONNX and deploy it with TensorRT." Before generating a TensorRT engine or running TensorRT evaluation or inference, read references/tao-deploy-mask2former.md. Every training, evaluation, inference, and quantization action requires the data-source paths specified by the skill.

FAQ

Can this skill run in an environment without an NVIDIA GPU?
Not directly. The SKILL.md requires Docker, nvidia-container-toolkit, and an NVIDIA GPU, with a minimum of one GPU.
Which segmentation modes are supported?
Panoptic, instance, and semantic segmentation are supported; panoptic is the default mode.
Can AutoML be disabled?
Yes. Set the per-run automl_policy to off, or request “turn off AutoML,” “no HPO,” or “plain training.” This does not change the model metadata.
Does TensorRT quantization support INT8?
No. TensorRT data types are limited to FP32 and FP16. ONNX quantization has additional backend, mode, target-size, and model-dependency requirements.

More skills from this repository

All from NVIDIA/skills

Data & Analysis ✓ NVIDIA · Official

TAO OneFormer Universal Segmentation

Train and deploy one task-conditioned model for panoptic, instance, and semantic image segmentation.

Data & Analysis ✓ NVIDIA · Official

TAO SegFormer Semantic Segmentation

Guidance for training, evaluating, exporting, and deploying TAO SegFormer models.

Data & Analysis ✓ NVIDIA · Official

Mask Grounding DINO Training & Deployment

Train and deploy text-guided open-vocabulary instance segmentation models.

Data & Analysis ✓ NVIDIA · Official

TAO PyT Image Classification

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

Data & Analysis ✓ NVIDIA · Official

TAO Grounding DINO Open-Vocabulary Detection

Train and deploy text-guided object detectors without a fixed class vocabulary.

Dev & Engineering ✓ NVIDIA · Official

TAO Hugging Face Model Integrator

Connect Hugging Face computer-vision models to NVIDIA TAO training, ONNX export, and TensorRT deployment workflows.

Data & Analysis ✓ NVIDIA · Official

TAO Depth Anything v2

Train, evaluate, export, and deploy monocular depth models from single RGB images with NVIDIA TAO.

Data & Analysis ✓ NVIDIA · Official

TAO Deformable DETR Object Detection

Guides end-to-end training, evaluation, export, quantization, and deployment of lightweight Deformable DETR detectors in NVIDIA TAO.

Data & Analysis ✓ NVIDIA · Official

TAO NVPanoptix3D

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

Data & Analysis ✓ NVIDIA · Official

TAO MAE Vision Pretraining

Guides NVIDIA TAO through masked-autoencoder pretraining and fine-tuning for visual representations.

Data & Analysis ✓ NVIDIA · Official

TAO ChangeNet Root Cause Analyzer

Uses image evidence to identify why NVIDIA TAO Visual ChangeNet classification experiments fail.

Data & Analysis ✓ NVIDIA · Official

TAO DAFT Dataset Validator

Validate TAO DAFT dataset structure, schemas, and cross-references with tao-daft validate.

Data & Analysis ✓ NVIDIA · Official

TAO CLIP Fine-Tuning and Deployment

Train and deploy NVIDIA TAO CLIP for image-text retrieval, zero-shot classification, and embedding extraction.

Data & Analysis ✓ NVIDIA · Official

TAO FastFoundationStereo Real-Time Stereo Depth

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

Data & Analysis ✓ NVIDIA · Official

TAO AutoML Tuning

Run governed hyperparameter optimization for NVIDIA TAO networks across supported SDK platforms.

Data & Analysis ✓ NVIDIA · Official

NV-Segment-CTMR Medical Image Segmentation

Run CT or MRI NIfTI segmentation and capture inspectable label-map evidence.

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 FoundationStereo Stereo Depth

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

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 DEFT AOI Improvement Loop

Automates evaluation, defect augmentation, mining, retraining, and deployment gating for PCB inspection models.

Related skills