senior-computer-vision

Develop computer vision pipelines for object detection and image segmentation.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/tapanshah/Claude-Skills --skill senior-computer-vision-tapanshah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: senior-computer-vision
Source: https://github.com/tapanshah/Claude-Skills/tree/main/engineering-team/senior-computer-vision
Command: npx skills add https://github.com/tapanshah/Claude-Skills --skill senior-computer-vision-tapanshah

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires torch, torchvision, timm, onnx, tensorrt, opencv-python, pycocotools, ultralytics, detectron2, mmdet, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the development and deployment of sophisticated computer vision models for tasks like object detection and image segmentation, overcoming the complexities of model selection, training, and optimization.

Core Features & Use Cases

  • End-to-End Pipelines: Guides you through building complete object detection and segmentation systems.
  • Model Optimization: Provides workflows for exporting and optimizing models for various deployment targets (GPU, CPU, Edge).
  • Dataset Management: Offers tools for cleaning, validating, and augmenting your datasets.
  • Use Case: You need to build a real-time object detection system for a security camera feed. This Skill helps you select the right YOLO architecture, prepare your custom dataset, train the model, optimize it for low latency using TensorRT, and deploy it on an edge device.

Quick Start

Use the senior computer vision skill to generate a training configuration for a YOLOv8 object detection model using your dataset located in the 'data/coco/' directory.

Frequently Asked Questions about senior-computer-vision

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

FAQPage Schema
How do I build an end-to-end object detection pipeline using YOLO and PyTorch?

To build an image segmentation system, this Skill supports architectures like Mask R-CNN and SAM using frameworks such as Detectron2 and MMDetection. It provides workflows to train, validate, and optimize segmentation models for various visual AI applications.

Can I optimize and deploy computer vision models for edge devices using TensorRT?

Yes, this Skill provides dataset management tools to clean, validate, and augment your image datasets. Proper dataset preparation is facilitated before training object detection or image segmentation models to ensure high model accuracy and robustness.

What's the best way to export a trained PyTorch model to ONNX for production deployment?

This Skill supports both CNN and Vision Transformer architectures, including YOLO, Faster R-CNN, DETR, Mask R-CNN, and SAM. It guides you through selecting the right architecture based on your specific object detection or image segmentation requirements.

Does this Skill work with MMDetection and Detectron2 for image segmentation tasks?

To prepare datasets for computer vision training, this Skill offers tools for cleaning, validating, and augmenting your image data. It ensures your dataset is correctly formatted and optimized before initiating the model training pipeline.