tao-route-visual-changenet-samples

Route VCN samples into k-NN Mining and AnomalyGen subsets by label eligibility.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill routes VCN samples (output of tao-analyze-gaps-visual-changenet) into appropriate subsets based on the eligibility of each augmentation module, ensuring effective utilization in a VCN AOI SDA pipeline.

Core Features & Use Cases

  • Selective Routing: Routes samples based on label eligibility, enhancing the efficiency of subsequent processing.
  • Label Eligibility: Determines whether samples are suitable for k-NN Mining or AnomalyGen, optimizing resource usage.
  • Use Case: After gap analysis in a VCN AOI SDA iteration, use this Skill to route samples for further processing with minimal configuration.

Quick Start

Execute the tao-route-visual-changenet-samples skill after performing gap analysis.

Frequently Asked Questions about tao-route-visual-changenet-samples

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

FAQPage Schema
How do I route Visual ChangeNet samples for augmentation after gap analysis?

To route Visual ChangeNet samples after gap analysis, you process the output samples based on label eligibility, directing them into subsets suitable for k-NN Mining or AnomalyGen augmentation modules within a VCN AOI SDA pipeline.

What inputs are required for VCN sample subsetting in an AOI SDA pipeline?

VCN sample subsetting requires a source_pool_csv for k-NN Mining and a defined set of supported labels to determine AnomalyGen eligibility, ensuring samples are accurately routed for augmentation.

How does label eligibility determine routing between k-NN Mining and AnomalyGen?

Label eligibility determines routing by checking each VCN sample against supported labels, directing qualifying samples to AnomalyGen while allocating others using the source_pool_csv for k-NN Mining.

Can I use pandas to manage VCN sample routing for data augmentation modules?

Yes, you can use pandas to manage VCN sample routing, as the processing logic relies on Python and utilizes pandas to handle the data structures required for routing samples into appropriate subsets.

When should I route VCN samples into subsets in the AOI SDA workflow?

You should route VCN samples into subsets immediately after performing gap analysis using tao-analyze-gaps-visual-changenet, ensuring the data is properly prepared before entering the augmentation phase.