tao-analyze-gaps-visual-changenet

Analyzes NVIDIA TAO VCN Classify model results to identify misclassified samples for augmentation or relabeling.

83|20|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/NVIDIA-TAO/tao-skill-bank --skill tao-analyze-gaps-visual-changenet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tao-analyze-gaps-visual-changenet
Source: https://github.com/NVIDIA-TAO/tao-skill-bank/tree/main/skills/data/tao-analyze-gaps-visual-changenet
Command: npx skills add https://github.com/NVIDIA-TAO/tao-skill-bank --skill tao-analyze-gaps-visual-changenet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires docker, nvidia-container-toolkit, pynvml, tao_toolkit.data_services, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill analyzes the classification results of the NVIDIA TAO VCN Classify model to identify misclassified samples, providing insights for downstream augmentation or relabeling.

Core Features & Use Cases

  • Gap Analysis: Identifies samples with misclassified labels using the NVIDIA TAO VCN Classify model.
  • Threshold Sweep: Determines the optimal decision threshold for classification.
  • Weakness Ranking: Ranks samples based on their distance from the decision threshold.
  • Data Augmentation: Generates top-K weakest samples for augmentation or relabeling.
  • Use Case: After a model has been trained, use this Skill to identify misclassified samples that may need to be relabeled or augmented to improve model performance.

Quick Start

Use the tao-analyze-gaps-visual-changenet skill to analyze the classification results for the 'latest' inference directory and generate a report.

Frequently Asked Questions about tao-analyze-gaps-visual-changenet

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I identify misclassified samples for data augmentation in image classification?

Gap analysis identifies misclassified samples by analyzing classification results from the NVIDIA TAO VCN Classify model, ranking samples by distance from the decision threshold to highlight weak data for augmentation.

What is the best way to find the optimal decision threshold for NVIDIA TAO VCN classification?

A threshold sweep determines the optimal decision threshold for VCN classification by evaluating model performance across varying values, isolating misclassified samples for downstream relabeling or augmentation.

Do I need Docker and GPU support to run gap analysis on VCN classification failures?

Yes, gap analysis requires Docker with NVIDIA Container Toolkit and GPU support. It utilizes the tao_toolkit.data_services container for processing and requires pynvml for GPU detection.

How does weakness ranking work for misclassified image samples?

Weakness ranking scores misclassified samples based on their distance from the decision threshold. The lowest-scoring samples are generated as top-K candidates for targeted data augmentation.

Can I use this gap analysis tool for relabeling misclassified images?

Yes, after training a model, use this gap analysis to identify misclassified image samples that require relabeling or augmentation to improve overall model performance.

Why does VCN gap analysis require pynvml for GPU detection?

VCN gap analysis requires pynvml for GPU detection to ensure the Docker environment properly allocates GPU resources for the tao_toolkit.data_services container during image classification processing.