senior-computer-vision

Guide object detection and image segmentation with PyTorch and ONNX deployment.

2|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/zhangzhang-111-i/claude-skills111 --skill senior-computer-vision-zhangzhang-111-i
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: senior-computer-vision
Source: https://github.com/zhangzhang-111-i/claude-skills111/tree/main/engineering-team/senior-computer-vision
Command: npx skills add https://github.com/zhangzhang-111-i/claude-skills111 --skill senior-computer-vision-zhangzhang-111-i

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the complex process of developing, optimizing, and deploying computer vision models for tasks like object detection and image segmentation.

Core Features & Use Cases

  • End-to-End Pipelines: Guides you through dataset preparation, model selection, training, and optimization.
  • Production Deployment: Covers exporting models to formats like ONNX and TensorRT for efficient inference.
  • Use Case: You need to build a real-time object detection system for a security camera feed. This Skill provides the architectures, tools, and workflows to achieve that goal efficiently.

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 deploy a computer vision model for real-time object detection?

For image segmentation, Mask R-CNN and SAM are supported architectures alongside PyTorch and Detectron2 frameworks. The Skill guides you through selecting and configuring these models for precise pixel-level visual recognition tasks.

What's the best way to export a PyTorch model to TensorRT for inference?

The best way to export PyTorch models to TensorRT is through ONNX intermediate format conversion. This Skill provides production deployment workflows that transform trained Vision Transformers or CNN architectures into optimized inference engines.

Does this computer vision workflow support both CNN and Vision Transformer architectures?

Yes, this computer vision workflow supports both CNN and Vision Transformer architectures using PyTorch and torchvision. It covers modern detection models like DETR alongside YOLO and Faster R-CNN within Ultralytics and MMDetection frameworks.

How do I set up a YOLOv8 training configuration for object detection?

To set up YOLOv8 training configuration for object detection, specify your dataset directory and generate training parameters using Ultralytics. This Skill streamlines generating configs for datasets structured in formats like COCO.