Data & Analysis ✓ NVIDIA · Official image-annotationreferring-expressionkittibounding-boxesvlmtao-toolkit

TAO Image Referring Expression Pipeline

Turns images and KITTI boxes into grounded referring-expression annotations.

FollowSkills review · FSRS-2.0
Not recommended
48/ 100 5-point scale 2.4 / 5
Trust14 / 25 · 2.8/5

The skill asks the user to choose and provide a VLM endpoint, supports self-hosted services, and writes outputs under a specified results directory; however, Read/Bash/Write access is broad, images are sent to external VLMs, and data retention, sensitive-image handling, least privilege, rollback, and per-run confirmation are not sufficiently specified. License, NVIDIA attribution, and provenance provide partial traceability.

Reliability8 / 20 · 2.0/5

Inputs, configuration, caching, reruns, and several error patterns are documented, making the happy path plausible; however, this is a static-only review with no committed key-path test suite, inconsistent model defaults versus recommendations, incompletely verified format/parameter dependencies, and silently skipped malformed inputs. Static calibration limits the score to 10 or below.

Adaptability8 / 15 · 2.7/5

The audience, KITTI inputs, output structure, trigger terms, and four-step workflow are reasonably clear, with Gemini, OpenAI-compatible, and self-hosted endpoint options; however, non-fit boundaries, Chinese-language behavior, and mainland-China reachability are not specified. Core cloud options may depend on overseas services, so points are deducted.

Convention9 / 15 · 3.0/5

SKILL.md, the configuration reference, vLLM guide, skill_info.yaml, and skill card provide useful progressive documentation with version, license, ownership, outputs, and reporting paths; deductions apply for the missing recommended Examples section, nonstandard author format, absent explicit changelog, and the NOASSERTION license metadata conflicting with the documented license.

Effectiveness6 / 15 · 2.0/5

The goal, step outputs, JSONL/legacy formats, and pilot guidance are clear, so the pipeline plausibly completes the annotation task; however, results depend on VLM quality, localization and descriptions may be wrong, and no representative usable outputs are statically verifiable. The score remains within the static ceiling of 7.

Verifiability3 / 10 · 1.5/5

A single-task benchmark report and evaluation configuration provide limited evidence for security, correctness, and discoverability; there is no committed test suite, actual output artifact, cross-dataset reproduction, or independent corroboration. The benchmark report alone does not justify a high verifiability score, and static calibration limits this dimension to 5 or below.

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 whether images may be sent to the selected external VLM, its retention policy, and API-key scope; use a controlled self-hosted endpoint for sensitive data where appropriate.
  • Run a small pilot and manually inspect region descriptions, grouped expressions, and double-check results; the VLM may produce incorrect or over-corrected bounding boxes.
  • Resolve the model-default versus recommendation mismatch, add Examples, document version changes, and avoid silently skipping malformed KITTI rows.
  • For mainland-China deployment, verify reachability of Gemini/NIM and other endpoints; use a compliant local or accessible OpenAI-compatible service when needed.
See the full review method →

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

This skill uses a single vision-language model to process images paired with KITTI-format bounding boxes. It generates per-region descriptions, a holistic scene caption, grouped referring expressions linked to bounding boxes, and an optional verification pass. Outputs are written as unified annotations.jsonl records, with optional legacy text files for older tooling. It requires Docker, nvidia-container-toolkit, and at least one image-capable VLM endpoint.

Reads JPG, JPEG, or PNG images and matching KITTI .txt label files, parses object types and bounding-box coordinates, and runs four TAO Toolkit annotation steps: region descriptions, image captions, grouped grounding expressions, and optional double-check verification. It runs through the auto_label generate CLI inside the TAO Toolkit container and writes seed records, per-step annotations.jsonl files, a final annotations.jsonl, and optionally legacy .txt.stepN files under results_dir.

  1. An autonomous-driving dataset team needs referring-expression annotations from existing KITTI bounding boxes.
  2. A vision-language researcher is building a referring-expression dataset with region descriptions and grouped grounding phrases.
  3. A data engineer wants to auto-label traffic or scene images and run a VLM-based bounding-box verification pass.
  4. A user has a pre-seeded annotations.jsonl file and needs to resume or continue annotation processing.

What are this skill's strengths and limitations?

Pros
  • Provides an end-to-end workflow for region descriptions, captions, grouped grounding, and optional verification.
  • Supports Gemini and OpenAI-compatible VLM endpoints.
  • Supports per-step caching, resume workflows, and JSONL or legacy output formats.
  • Directly accepts KITTI-format bounding-box labels.
Limitations
  • Requires image inputs, KITTI labels, and an available image-capable VLM endpoint.
  • Depends on the NVIDIA TAO Toolkit container, Docker, and nvidia-container-toolkit.
  • The source provides no performance benchmarks, test suite, or specific platform validation results.
  • Annotation quality depends on the selected VLM, media resolution, output-token limits, and API rate limits.

How do you install this skill?

Install the skill with the NVIDIA skills CLI: npx skills add nvidia/skills --skill tao-generate-referring-expressions --yes. The README does not document additional standalone installation steps; execution still requires Docker, nvidia-container-toolkit, the TAO Toolkit container, and a VLM endpoint.

How do you use this skill?

Prepare an image directory, a matching KITTI label directory, and a Gemini or OpenAI-compatible VLM endpoint. Run: auto_label generate -e /path/to/spec.yaml results_dir=/results image_referring_expression.data.image_dir=/data/images image_referring_expression.data.kitti_label_dir=/data/labels image_referring_expression.vlm.gemini.api_key=$GOOGLE_API_KEY. The default workflow runs steps 0, 1, 2, and 3; set workflow.steps to run a supported subset. Pilot on 5–10 images, inspect step_0, step_2, and step_3 outputs, then scale to the full dataset.

FAQ

Is image-caption generation mandatory?
No. You can run ["0","2","3"] without step 1; step 2 then falls back to image-only context.
Which VLM endpoints are supported?
Gemini and any OpenAI-compatible endpoint capable of image input are supported, including NIM, the TAO inference microservice, vLLM, and custom endpoints.
What files does the pipeline produce?
The main result is results_dir/annotations.jsonl. Each completed step also writes an annotations.jsonl file; legacy .txt.stepN files are produced when workflow.output_format is legacy or both.

More skills from this repository

All from NVIDIA/skills

Data & Analysis ✓ NVIDIA · Official

TAO Image Grounding

Convert image-caption pairs into phrase-grounded annotations with pixel-space bounding boxes.

Data & Analysis ✓ NVIDIA · Official

TAO Video Reasoning Annotation Pipeline

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

Data & Analysis ✓ NVIDIA · Official

TAO VLM Binary Gap Analyzer

Extract false-positive and false-negative cases from VLM yes/no predictions for downstream root-cause analysis.

Data & Analysis ✓ NVIDIA · Official

TAO Visual ChangeNet Inspection

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

Automation & Ops ✓ NVIDIA · Official

TAO Workflow Launch Gate

Preflight TAO jobs across platforms, credentials, data, containers, and monitoring.

Data & Analysis ✓ NVIDIA · Official

TAO DINO Object Detection

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

Automation & Ops ✓ NVIDIA · Official

TAO on SLURM

Run TAO training, evaluation, and inference on a remote GPU cluster through SSH, SLURM, and Pyxis/Enroot.

Data & Analysis ✓ NVIDIA · Official

TAO FastFoundationStereo Real-Time Stereo Depth

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

Dev & Engineering ✓ NVIDIA · Official

TAO Sparse4D Training Skill

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

Automation & Ops ✓ NVIDIA · Official

TAO Jobs on Kubernetes

Submit and monitor NVIDIA TAO GPU training jobs through Kubernetes.

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 Standard Training Workflow

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

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

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

Data & Analysis ✓ NVIDIA · Official

TAO Pose Classification

Classify pose-keypoint sequences into action categories with ST-GCN.

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 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 Metric-Learning Recognition

Train embedding models for fine-grained visual retrieval and matching.

Related skills