senior-computer-vision
Installation
SKILL.md
Senior Computer Vision
Overview
Build and deploy computer vision pipelines for object detection, image segmentation, and visual AI. Supports YOLO (v8/v11), Faster R-CNN, SAM (Segment Anything Model), and Mask R-CNN. Includes TensorRT optimization for production deployment with real-time inference.
Instructions
When a user asks for computer vision help, determine the task:
Task A: Object detection with YOLO
- Install ultralytics:
pip install ultralytics
- Run inference: