What problem does it solve?
Running image attribute augmentation and person-attribute captioning pipelines on NVIDIA OSMO involves error-prone steps: choosing the right workflow, deriving storage URLs, verifying NIM inference endpoints, validating credentials, and monitoring long-running jobs. This Skill guides an agent through that entire gated sequence so runs are reproducible and failures surface early.
Core Features & Use Cases
- Flow Selection and Orchestration: Maps user intent to one of three OSMO workflows (e2e, augmentation-only, auto_labeling-only) and submits them with validated interpolation values.
- Preflight and Endpoint Gating: Runs credential preflight checks, verifies Image Edit, VLM, and LLM NIM endpoint health, and stops with clear remediation when prerequisites fail.
- Monitoring and Output Retrieval: Provides OSMO commands for workflow status, per-task logs, and downloading augmented images, captions, and dataset JSON.
- Use Case: A robotics engineer with person-crop images in S3 asks the agent to generate clothing variations and attribute captions; the Skill selects the e2e flow, runs preflight, submits the OSMO workflow, and retrieves the augmented dataset.
Quick Start
Ask your agent to run the full Image Attribute Augmentation pipeline on your person-crop dataset at its storage URL, specifying the OSMO pool and GPU platform.