Data & Analysis ✓ NVIDIA · Official gap-analysisvlm-evaluationbinary-classificationfalse-positivefalse-negativeroot-cause-analysistao-toolkit

TAO VLM Binary Gap Analyzer

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

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, scopes execution to a Docker/NVIDIA container, requires no credentials, and describes no network or clearly destructive operation. However, it reads user-provided files and creates an output directory without documenting sensitive-data handling, pre-execution confirmation, isolation boundaries, or rollback, so points are deducted.

Reliability8 / 20 · 2.0/5

SKILL.md, skill_info.yaml, and the error table are broadly consistent about inputs, outputs, and failures. There is no implementation, pinned dependency information, key-path test suite, or detailed diagnostics for parsing ambiguity and container failures. The benchmark covers only one task, so static evidence cannot establish runtime stability and the score stays within the static ceiling.

Adaptability9 / 15 · 3.0/5

The audience, trigger phrases, input schema, optional videos_dir, outputs, and skipped-sample behavior are reasonably clear. Boundaries for other classification formats, non-video paths, and Chinese-language inputs are not documented. Docker, NVIDIA Container Toolkit, and TAO availability are required, with limited environment-fit evidence, so points are deducted.

Convention9 / 15 · 3.0/5

The skill has structured frontmatter, Apache-2.0 licensing, author, version, tags, parameter documentation, usage examples, error patterns, a skill card, and reference metadata. It lacks a separate Examples section, clear change history, maintenance owner/update path, and the benchmark records hierarchy and author-format findings, so points are deducted.

Effectiveness6 / 15 · 2.0/5

The core task is well defined: produce JSONL failure cases and a text summary for downstream RCCA. The report shows strong correctness and effectiveness signals in a limited benchmark, but it contains only one internal task and no verified representative output or implementation tests. The no-gap behavior of writing no files may also reduce downstream direct usability, so full marks are not justified.

Verifiability4 / 10 · 2.0/5

Revision-contained skill_info, evaluation-task data, benchmark metrics, and an output contract make key claims partly auditable. Evidence is based mainly on one internal evaluation and static documentation, without skill-specific tests, independent review, or multi-scenario reproduction, so only limited credit is warranted.

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
  • Execution depends on Docker, NVIDIA Container Toolkit, and the TAO Toolkit data-services container; the supplied material does not establish availability in the target environment.
  • Prediction and video paths may contain sensitive data, but logging, container mounts, permission scope, and data-cleanup behavior are undocumented.
  • Samples containing both or neither yes/no tokens are skipped, which can cause under-reporting; warnings and input-format assumptions should be reviewed before use.
  • The benchmark has only one internal task and is not a substitute for end-to-end validation on real FP/FN data and abnormal inputs.
See the full review method →

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

This skill reads a VLM binary-classification predictions JSON and compares each response with ground truth. It identifies false-positive and false-negative samples, then writes a JSONL failure list and a count report. The input must be a JSON array containing video_id, response, and gt fields. It fits teams running VLM evaluation in the TAO Toolkit data services container and needing structured failure cases for DEFT follow-up stages.

Runs the TAO Toolkit vlm_bcq gap_analysis action and reads predictions_json. It recognizes yes/no in response and gt using word-boundary matching, optionally resolves relative video_id values with videos_dir, writes FP/FN cases to kpi_gaps.jsonl, and writes total counts to kpi_gaps_report.txt. If no gaps are found, it writes no files and logs a message.

  1. A VLM evaluation engineer needs to extract all false positives and false negatives after a yes/no video-classification run.
  2. A DEFT iteration team needs structured failure cases for downstream cosmos generation or root-cause analysis.
  3. An evaluation pipeline uses relative video paths and needs video_id values resolved against a base directory.
  4. A data-quality reviewer needs to diagnose missing required fields or ambiguous yes/no responses in prediction records.

What are this skill's strengths and limitations?

Pros
  • Produces both machine-readable JSONL failure cases and a human-readable count report.
  • Supports resolution of relative video paths through videos_dir.
  • Documents handling for missing fields, invalid array structure, and ambiguous yes/no parsing.
Limitations
  • Targets binary yes/no classification and does not directly cover multiclass predictions.
  • Samples whose response or ground truth contains both yes and no, or neither, are skipped with a warning.
  • Requires Docker, nvidia-container-toolkit, and the TAO Toolkit data services container.
  • The supplied material does not include a skill-specific test suite or benchmark result.

How do you install this skill?

Install the specific skill with the skills CLI command documented in the repository README:

npx skills add nvidia/skills --skill tao-analyze-gaps-vlm-bcq --yes

The README does not document additional skill-specific installation steps. Runtime use still requires Docker, nvidia-container-toolkit, and the TAO Toolkit data services container.

How do you use this skill?

Prepare a JSON array in which each item includes at least video_id, response, and gt, then run:

gap_analysis vlm_bcq \
predictions_json=/path/to/results.json \
results_dir=/path/to/output/gaps

If video_id values are relative paths, also provide:

videos_dir=/path/to/videos/root

After execution, read FP/FN counts from kpi_gaps_report.txt and pass kpi_gaps.jsonl to downstream stages.

FAQ

Can it analyze ordinary multiclass VLM predictions?
No. It is designed for binary tasks whose responses and ground truth contain yes/no labels.
What format must the input use?
It must be a JSON array. Each item must contain video_id, response, and gt; question may be included for the output record.
What happens if predictions_json does not exist?
The action reports FileNotFoundError; check the supplied path.
Does it create empty output files when there are no gaps?
No. It writes no files and logs a message when no gaps are found.

More skills from this repository

All from NVIDIA/skills

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

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

Data & Analysis ✓ NVIDIA · Official

TAO VCN Classification Gap Analysis

Find the weakest VCN classification samples and turn them into augmentation targets.

Data & Analysis ✓ NVIDIA · Official

TAO Standard Training Workflow

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

Data & Analysis ✓ NVIDIA · Official

TAO Pose Classification

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

Data & Analysis ✓ NVIDIA · Official

TAO Image Referring Expression Pipeline

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

Data & Analysis ✓ NVIDIA · Official

TAO Visual ChangeNet Inspection

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

Data & Analysis ✓ NVIDIA · Official

TAO Video Reasoning Annotation Pipeline

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

Data & Analysis ✓ NVIDIA · Official

TAO Video Action Recognition

Train, evaluate, export, and run inference for RGB, optical-flow, and multi-stream video action models with NVIDIA TAO.

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 Image Grounding

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

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.

Automation & Ops ✓ NVIDIA · Official

TAO on Brev GPU Instances

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

Related skills