Data & Analysis ✓ NVIDIA · Official instance-segmentationgrounding-dinoopen-vocabulary-segmentationmask-predictionnvidia-taotensorrtautoml

Mask Grounding DINO Training & Deployment

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

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

The skill declares only Read and Bash, documents Docker/NVIDIA Container Toolkit requirements, exposes data paths, S3 examples, checkpoint handling, and encryption_key mappings, and directs TensorRT work to a dedicated reference. Deductions apply because it does not specify user confirmation, tightly scoped Bash use, sensitive-data handling, external network/W&B data flows, rollback, or recovery; the templates also enable wandb by default. No malware, credential theft, or other red-line behavior is shown.

Reliability8 / 20 · 2.0/5

SKILL.md, skill_info.yaml, and the spec templates are broadly consistent across train, evaluate, inference, export, quantize, and deployment mappings, with guidance for CUDA OOM, deployment fields, and model-shape errors. Deductions apply because static files do not provide executable coverage of key paths, dependency/container availability is underspecified, and abnormal-input handling, recovery, and diagnosable failure feedback remain limited; the single benchmark task cannot justify exceeding the static ceiling of 10.

Adaptability10 / 15 · 3.3/5

The name, description, trigger phrases, supported actions, data formats, hardware requirements, and AutoML boundaries define a plausible TAO Mask Grounding DINO audience. Deductions apply because non-fit scenarios, complete input/output contracts, and exclusion triggers are not well specified; Chinese-language interaction and mainland-China network reachability are undocumented, while Docker, model-weight, and possible external-service compatibility lack evidence.

Convention8 / 15 · 2.7/5

The material includes metadata, per-action data requirements, parameters, templates, deployment references, error patterns, and a version number; repository files provide licensing, synchronization, and update context. Deductions apply for missing recommended Instructions/Examples sections, incomplete author formatting, governance ambiguity between the skill's Apache-2.0 declaration and the repository's CC-BY-4.0/Apache-2.0 documentation/source licensing, and no clear changelog, named maintainer, or skill-level update path. The benchmark also records folder-depth and extra-schema warnings.

Effectiveness6 / 15 · 2.0/5

The skill covers training, evaluation, inference, export, quantization, and TensorRT deployment, with directly reusable spec_overrides, data-source fields, and important parameters, so the core value proposition is clear. Deductions apply because no real model outputs, end-to-end results, or comparative benefit over manual/alternative workflows are verified in the static material; the benchmark has only one plan-oriented task and reports limited Codex correctness and effectiveness.

Verifiability4 / 10 · 2.0/5

The pinned source set includes SKILL.md, generated-schema metadata, configuration templates, an evaluation task, and a benchmark report, giving key claims some auditability. Deductions apply because there is only one evaluation task, no committed test suite or real CI evidence covering the skill's key paths, and the benchmark lacks reproducible execution details; static evidence therefore supports only a modest score.

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
  • The default templates enable Weights & Biases; confirm whether sending run metadata or code to an external service is permitted.
  • Training and deployment incur GPU, container, model-weight, and possibly cloud-storage access costs; rollback, cleanup, and failure-recovery steps are not documented.
  • Before use, verify the actual repository layout, presence and parseability of generated schemas/templates, and availability of Docker, NVIDIA Container Toolkit, the TAO container, and model weights in the target network environment.
  • Clarify the relationship between the skill's Apache-2.0 metadata and the repository's statement that documentation is CC-BY-4.0 before publication or redistribution.
See the full review method →

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

This skill guides NVIDIA TAO Toolkit workflows for Mask Grounding DINO, a Grounding DINO extension with a mask-prediction head. It covers training, evaluation, inference, export, quantization, and TensorRT deployment. Training is AutoML-enabled by default when the packaged schemas and templates are available, while non-training actions remain in the model skill. Docker, nvidia-container-toolkit, and an NVIDIA GPU are required; 24GB or more of VRAM per GPU is recommended.

Reads model metadata, training policy, action schemas, specification templates, and TensorRT deployment references; constructs mandatory train, validation, evaluation, inference, and quantization data-source paths; runs or routes TAO Mask Grounding DINO train, evaluate, inference, export, and quantize actions; sends eligible training runs through tao-run-automl; and applies SDK parameter mappings for parent checkpoints, output directories, ONNX files, and TensorRT engine files.

  1. A computer-vision engineer training text-prompted instance segmentation on custom ODVG or COCO data.
  2. A model developer evaluating a trained Mask Grounding DINO checkpoint against COCO-format validation annotations.
  3. A researcher running open-vocabulary segmentation with prompts such as “person” or “bicycle.”
  4. An engineer exporting, quantizing, or generating a TensorRT engine for GPU deployment.

What are this skill's strengths and limitations?

Pros
  • Covers the model workflow from training through export, quantization, and TensorRT deployment.
  • Supports open-vocabulary, text-prompted instance segmentation.
  • Includes action schemas, specification templates, parameter mappings, and error-pattern guidance.
  • Supports AutoML with val_loss as the minimization metric.
Limitations
  • Requires Docker, nvidia-container-toolkit, and an NVIDIA GPU; 24GB or more of VRAM per GPU is recommended.
  • The mask head adds memory overhead over Grounding DINO, so batch size may need to be reduced.
  • Every action requires action-specific data-source configuration and prepared ODVG, COCO, or archive files.
  • The supplied material does not document an independent test suite or concrete performance benchmarks for this skill.

How do you install this skill?

Use the README-supported skills CLI command: npx skills add nvidia/skills --skill tao-train-mask-grounding-dino --yes. The CLI handles the installation destination; cloning the repository or copying folders manually is not required. The runtime also requires Docker and nvidia-container-toolkit.

How do you use this skill?

After installation, ask a compatible Agent Skills client to “train Mask Grounding DINO” or to “run text-prompted instance segmentation inference.” Supply the required action-specific data sources. For training, use automl_policy: on or off to control AutoML for that run. For TensorRT engine generation, TensorRT evaluation, or TensorRT inference, follow references/tao-deploy-mask-grounding-dino.md.

How does this skill compare with similar options?

The skill explicitly extends Grounding DINO and reuses parts of its training setup. Mask Grounding DINO adds a mask-prediction head, making it suitable for instance segmentation rather than a detection-only Grounding DINO workflow.

FAQ

Is it limited to training?
No. It also covers evaluate, inference, export, quantize, and TensorRT engine generation, evaluation, and inference through TAO Deploy.
How much GPU memory is required?
The minimum is one GPU, with four recommended. At least 24GB of GPU memory per GPU is recommended, and A100 is the stated recommendation.
Can AutoML be disabled?
Yes. New training prompts expose `on` and `off`; phrases such as “disable AutoML,” “no HPO,” or “plain training” mean AutoML is off for that run.

More skills from this repository

All from NVIDIA/skills

Data & Analysis ✓ NVIDIA · Official

TAO Grounding DINO Open-Vocabulary Detection

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

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

TAO Mask2Former Segmentation

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

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 MAL Weakly Supervised Segmentation

Train segmentation models from point or box annotations and produce masks with minimal labeling.

Data & Analysis ✓ NVIDIA · Official

TAO AutoML Tuning

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

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 CenterPose Pose Estimation Skill

Guides agents through training, evaluation, export, and deployment of CenterPose models for 6-DoF object pose estimation.

Data & Analysis ✓ NVIDIA · Official

TAO PyT Image Classification

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

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 Optical Inspection Training

Train and deploy Siamese-network models for manufacturing defect inspection.

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 DINO Object Detection

Run NVIDIA TAO workflows for training and deploying DINO 2D object detectors.

Data & Analysis ✓ NVIDIA · Official

TAO NVPanoptix3D

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

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 FastFoundationStereo Real-Time Stereo Depth

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

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.

Related skills