Skip to main content
GitHub repository

autotrain-yolo

autotrain-yolo contains 15 collected skills from MacroMan5, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
15
Stars
6
updated
2026-03-22
Forks
0
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

monitor-training
software-developers

Set up autonomous training monitoring — creates cron jobs to track long-running training, auto-continue pipeline when training completes.

2026-03-22
review-dataset
data-scientists-152051

Audit YOLO dataset quality — class distribution, annotation quality, image stats, and improvement suggestions.

2026-03-22
active-learning
data-scientists-152051

Orchestrate the full active learning loop: train, analyze, push to CVAT, wait for review, pull, merge, retrain.

2026-03-20
analyze-results
data-scientists-152051

Analyze YOLO training runs — compares to baseline/best, checks per-class regression, analyzes training dynamics and tune convergence, writes actionable recommendations.

2026-03-20
auto-experiment
data-scientists-152051

Run autonomous YOLO training experiments — reads training-plan.md, assesses bottlenecks, acts strategically, and delegates HP optimization to model.tune().

2026-03-20
benchmark
data-scientists-152051

Profile YOLO model inference speed, FPS, and size across image sizes and export formats.

2026-03-20
setup-project
software-developers

Initialize a new YOLO project — detects your dataset's starting state and routes through the right tools.

2026-03-20
annotate
software-developers

Claude visually inspects images and corrects/creates YOLO bounding box annotations using multimodal vision.

2026-03-20
compare-models
data-scientists-152051

Compare 2+ YOLO models side-by-side on the same dataset — mAP, per-class AP, speed, size.

2026-03-20
cvat-deploy
software-developers

Deploy a trained YOLO model as a Nuclio serverless function for CVAT auto-annotation.

2026-03-20
cvat-pull
data-scientists-152051

Pull human-corrected annotations from CVAT into local YOLO dataset for training.

2026-03-20
cvat-push
software-developers

Push uncertain or misclassified images to CVAT for human annotation review after training analysis.

2026-03-20
explain-results
data-scientists-152051

Explain training results in plain English — translates metrics into actionable insights for any audience.

2026-03-20
review-annotations
data-scientists-152051

AI-assisted annotation review — uses YOLO inference + Claude vision to auto-approve, correct, or flag images for human review in CVAT.

2026-03-20
training-loop
data-scientists-152051

Run a managed YOLO training session — validates dataset, trains, analyzes, generates clean report.

2026-03-20