← Back to registry
Skill

senior-computer-vision

"Computer vision engineering workflow for dataset design, model selection (detection/segmentation/classification), evaluation, inference optimization, and deployment. Use when planning or reviewing CV systems, auditing datasets, defining metrics/splits, or diagnosing model/inference issues."

Categorydata
Last updated2026-01-19
View on GitHub
Install

One-line setup

Copy and run this in your terminal to install the skill. Re-run to reinstall and update an existing install.

npx codex-skills-registry@latest --skill=data/senior-computer-vision --yes

Senior Computer Vision

Build CV systems that generalize, are measurable, and are deployable.

Quick Start

  1. Specify the task precisely: classification vs detection vs segmentation; latency and target hardware.
  2. Dataset first: define label taxonomy, edge cases, split strategy, and evaluation metrics.
  3. Train with discipline: baselines, ablations, and error analysis (not just “more epochs”).
  4. Deploy with realism: preprocessing parity, batching, quantization/trt where needed, monitoring.

Optional tool: dataset inventory (no ML deps)

For a directory like data/train/<class>/... or any image folder:

python ~/.codex/skills/senior-computer-vision/scripts/dataset_inventory.py data/ --out /tmp/dataset_report.json

References

  • Metrics and splits: references/metrics-and-splits.md