computer-vision-expert

Design computer vision pipelines integrating YOLO26, SAM 3, and VLMs for edge deployment.

Updated Dec 10, 2024
One-click install
npx skills add https://github.com/melikhanmutlu/web_ar --skill computer-vision-expert-melikhanmutlu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: computer-vision-expert
Source: https://github.com/melikhanmutlu/web_ar/tree/main/skills-extra/computer-vision-expert
Command: npx skills add https://github.com/melikhanmutlu/web_ar --skill computer-vision-expert-melikhanmutlu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Advanced computer vision pipelines require end-to-end design, optimization, and deployment across edge and cloud. This skill provides guidance on selecting models (YOLO26, SAM 3, VLMs), optimizing for latency and accuracy, and integrating 3D reconstruction and spatial reasoning into real-time systems.

Core Features & Use Cases

  • Real-time detection, segmentation, and reasoning across devices and AR/VR contexts.
  • End-to-end pipelines from model selection to deployment optimization (quantization, ONNX/TensorRT) and 3D reconstruction.
  • Use Case: Build an AR application with real-time object detection and depth-aware rendering on a mobile or browser platform.

Quick Start

Design a production-ready computer vision pipeline for a given dataset and deployment target.

Frequently Asked Questions about computer-vision-expert

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

FAQPage Schema
How do I build a real-time computer vision pipeline for edge devices?

Building a real-time computer vision pipeline for edge devices involves selecting models like YOLO26 and SAM 3, then applying quantization and hardware-specific exports such as ONNX or TensorRT. This process optimizes latency and accuracy for mobile, browser, and embedded deployment targets.

What's the best way to integrate VLMs with 3D reconstruction in an AR application?

The best way to integrate VLMs with 3D reconstruction in AR is by using calibration pipelines for depth and spatial reasoning. This enables real-time object detection and depth-aware rendering, allowing VLMs to provide contextual understanding within AR environments on mobile or browser platforms.

Does YOLO26 work with SAM 3 for real-time segmentation on mobile platforms?

YOLO26 works with SAM 3 for real-time segmentation on mobile platforms by combining YOLO26's detection with SAM 3's segmentation. The pipeline is optimized through quantization and hardware-specific exports, enabling efficient real-time performance on mobile and browser deployment targets.

When do I need quantization and ONNX exports for computer vision deployment?

Quantization and ONNX or TensorRT exports are needed for computer vision deployment when targeting edge devices with strict latency constraints. These deployment optimization techniques reduce model size and inference time, enabling real-time performance across mobile, browser, and embedded platforms.

How does spatial reasoning enhance depth-aware rendering in AR systems?

Spatial reasoning enhances depth-aware rendering in AR systems through calibration pipelines that map 3D reconstruction data. This enables real-time vision systems to accurately interpret object depth and spatial relationships, facilitating precise overlay and interaction in AR contexts on mobile and browser platforms.