computer-vision-expert

Design computer vision pipelines using YOLO26, SAM 3, and VLMs.

10|2|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/bugrabilge/bilge-development-kit --skill computer-vision-expert-bugrabilge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: computer-vision-expert
Source: https://github.com/bugrabilge/bilge-development-kit/tree/main/skills-extra/computer-vision-expert
Command: npx skills add https://github.com/bugrabilge/bilge-development-kit --skill computer-vision-expert-bugrabilge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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.

Frequently Asked Questions about computer-vision-expert

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

FAQPage Schema
How do I design a computer vision pipeline for real-time object detection on edge devices?

Real-time object detection pipelines for edge deployment utilize YOLO26 for high-performance, NMS-free detection, ensuring the system identifies targets efficiently under strict hardware constraints. This approach provides optimized visual processing without sacrificing speed.

Can I use text prompts to segment specific objects in a cluttered environment?

Segmenting specific objects in cluttered environments using text prompts utilizes SAM 3 for zero-shot, text-guided segmentation, allowing precise extraction of targets from images. This enables accurate 3D reconstruction and target isolation without prior training.

What's the best way to integrate visual reasoning into a computer vision system?

Integrating visual reasoning involves incorporating Vision Language Models (VLMs) for tasks like Visual Question Answering (VQA) and semantic scene understanding. This allows the computer vision system to interpret context and reason about visual data.

How do I combine classical geometry with deep learning for spatial analysis?

Spatial analysis combining classical geometry with deep learning integrates geometric principles with neural networks to interpret spatial relationships. This addresses challenges in designing high-performance computer vision systems requiring precise dimensional reasoning.

Does computer vision pipeline optimization support zero-shot segmentation and 3D reconstruction?

Computer vision pipeline optimization supports zero-shot segmentation and 3D reconstruction capabilities through the employment of SAM 3. It enables promptable segmentation and spatial understanding without requiring extensive labeled training datasets.