← 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."
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 --yesSenior Computer Vision
Build CV systems that generalize, are measurable, and are deployable.
Quick Start
- Specify the task precisely: classification vs detection vs segmentation; latency and target hardware.
- Dataset first: define label taxonomy, edge cases, split strategy, and evaluation metrics.
- Train with discipline: baselines, ablations, and error analysis (not just “more epochs”).
- 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