What problem does it solve?
This Skill addresses the complexity of designing, implementing, and optimizing state-of-the-art computer vision pipelines, from real-time object detection to advanced segmentation and visual reasoning.
Core Features & Use Cases
- Real-Time Detection: Utilizes YOLO26 for high-performance, NMS-free object detection, optimized for edge deployment.
- Promptable Segmentation: Employs SAM 3 for zero-shot and text-guided segmentation, including 3D reconstruction capabilities.
- Visual Reasoning: Integrates Vision Language Models (VLMs) for tasks like Visual Question Answering (VQA) and semantic scene understanding.
- Use Case: A robotics company needs to implement a system for a robot arm to identify and pick up specific objects in a cluttered environment. This Skill can be used to design a pipeline using YOLO26 for initial detection and SAM 3 for precise segmentation of the target objects, even when described by text.
Quick Start
Use the computer-vision-expert skill to segment all instances of 'red boxes' in the provided image using SAM 3.