What problem does it solve?
This Skill removes the manual effort of converting annotated SOP video clips into diverse, structured question-answer datasets for Vision-Language Model training.
Core Features & Use Cases
- Pipeline orchestration: Configure, trigger, monitor, and verify asynchronous augmentation jobs through the SOP data-generation service.
- Seven QA formats: Generate BCQ, sequential MCQ, golden GQA, LLM-expanded GQA, dynamic MCQ, dynamic shuffling, and extra-negative training data.
- LLM integration: Use NVIDIA NIM or launch a local vLLM server for question-answer expansion, with support for thinking-mode model configuration.
- Troubleshooting guidance: Validate dataset structure, interpret progress and failures, inspect outputs, and resolve common service or LLM errors.
- Use Case: Given an annotated SOP dataset containing action definitions and video chunks, configure the desired augmentation stages, run the service, and produce LLaVA-format QA data for downstream VLM fine-tuning.
Quick Start
Use the SOP data augmentation skill to configure and run augmentation for the annotated dataset in assets/data/<dataset_id>, monitor the job until completion, and verify its generated QA directories.