Build object detection and vision systems
senior-computer-visionskillsetup L3★17,464
alirezarezvani/claude-skills ↗What it does
Design object detection/segmentation pipelines, train models, optimize for deployment
Best for
Production vision systems where both inference speed (real-time) and accuracy (>75% mAP) are constraints.
Inputs
- · labeled dataset (COCO format)
- · detection requirements (FPS target, accuracy)
Outputs
- · trained model (.pt or ONNX)
- · TensorRT/ONNX exports
- · mAP@50:95 metrics
Requires
- · PyTorch
- · Ultralytics YOLO
- · Detectron2
- · TensorRT
Preconditions
GPU recommended, Python 3.8+, dataset in COCO format
Failure modes
- · Small object detection fails without SAHI
- · Model overfits on dataset < 1k images
Trust signals
- · COCO validation script
- · mAP@50:95 benchmark
- · Quantization throughput comparison