tao-mine-aoi-images

Mine nearest-neighbor source images against gap-analysis targets for augmentation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill addresses the need for efficient mining of nearest-neighbour source images against gap-analysis targets to augment real-image augmentation queues for VCN AOI training iterations.

Core Features & Use Cases

  • NEAREST-NEIGHBOR MINING: Finds source images that are similar to target images for downstream augmentation.
  • AUTOMATED EMBEDDING: Embeds target and source images for comparison and mining.
  • CONFIGURABLE FILTERING: Applies label-aware filtering to mined results.
  • USE CASE: For developers and engineers expanding real-image augmentation queues by mining nearest-neighbour source images from a pool against gap-analysis targets for VCN AOI training iterations.

Quick Start

Run the 'tao-mine-aoi-images' skill to mine nearest-neighbour source images against gap-analysis targets.

Frequently Asked Questions about tao-mine-aoi-images

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

FAQPage Schema
How does nearest-neighbor image mining work for VCN AOI training augmentation?

Nearest-neighbor image mining compares embeddings of source and target images to select the closest matches for augmentation. It finds source images similar to gap-analysis targets to expand real-image augmentation queues for VCN AOI training iterations.

How do I find nearest-neighbour source images from a pool against gap-analysis targets?

To find nearest-neighbour source images, run the tao-mine-aoi-images skill which automates embedding target and source images, performs nearest-neighbor search, and applies label-aware filtering to select the closest matches for augmentation.

Do I need the tao_toolkit.data_services to perform image embedding and nearest-neighbor search?

Yes, you need the tao_toolkit.data_services image dependency to perform image embedding and nearest-neighbor search for mining source images against gap-analysis targets in VCN AOI training augmentation workflows.

Can I apply label-aware filtering to mined source image results?

Yes, you can apply label-aware filtering to mined source image results. The skill includes configurable filtering to refine the nearest-neighbor matches selected for real-image augmentation queues in VCN AOI training iterations.

What is the best way to expand real-image augmentation queues for VCN AOI training iterations?

The best way to expand real-image augmentation queues is mining nearest-neighbour source images from a pool against gap-analysis targets. This approach uses embedding comparison to find the most similar source images for effective VCN AOI training augmentation.