senior-computer-vision

Automate detection and segmentation pipelines with PyTorch and ONNX deployment.

148|50|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/yezannnnn/agentGroup --skill senior-computer-vision-yezannnnn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: senior-computer-vision
Source: https://github.com/yezannnnn/agentGroup/tree/main/jarvis/skills/engineering-team/senior-computer-vision
Command: npx skills add https://github.com/yezannnnn/agentGroup --skill senior-computer-vision-yezannnnn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires numpy, opencv-python, pyyaml, torch, onnx, onnxruntime, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Computer vision engineering at scale for detection, segmentation, and production deployment challenges.

Core Features & Use Cases

  • Supports CNN and Vision Transformer architectures (YOLO, Faster R-CNN, DETR, Mask R-CNN, SAM) for detection and segmentation.
  • Enables end-to-end pipelines: dataset preparation, model training, optimization, and deployment with ONNX/TensorRT.
  • Use cases include building detection pipelines, training custom models, and deploying vision systems across edge and cloud environments.

Quick Start

Train a YOLOv8m model on your dataset with 640x640 images to start a CV deployment workflow.

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 PyTorch object detection model to production using ONNX?

To deploy a PyTorch object detection model, you export the trained architecture to ONNX format and optimize it for inference environments. This Skill automates building detection pipelines, training custom models, and deploying vision systems across edge and cloud using ONNX and TensorRT.

Can I train a custom YOLOv8 model and prepare it for edge deployment?

Yes, you can train a custom YOLOv8 model and prepare it for edge deployment. The Skill supports CNN and Vision Transformer architectures like YOLO, enabling end-to-end pipelines from dataset preparation to optimization and deployment across edge and cloud environments.

What computer vision architectures are supported for image segmentation tasks?

For image segmentation tasks, supported computer vision architectures include Mask R-CNN, DETR, and SAM. The Skill applies these Vision Transformer and CNN models to build segmentation pipelines and automate production-grade vision engineering.

Do I need TensorRT and ONNXruntime to optimize my computer vision pipeline?

You need ONNX and TensorRT toolchains to optimize your computer vision pipeline for production deployment. These dependencies are required alongside PyTorch and major CV frameworks like Ultralytics, Detectron2, and MMDetection to deploy vision systems efficiently.

What is the best way to build an end-to-end detection pipeline from dataset preparation to cloud deployment?

The best way to build an end-to-end detection pipeline is automating dataset preparation, model training, and optimization. This Skill facilitates production-grade computer vision engineering, applying frameworks like Ultralytics and deploying optimized models via ONNX and TensorRT.

Does this Skill support both CNN and Vision Transformer architectures for production deployment?

Yes, this Skill supports both CNN and Vision Transformer architectures for production deployment. It applies models like Faster R-CNN, DETR, and SAM to build detection and segmentation pipelines, ensuring vision systems are optimized for edge and cloud environments.