Libreyolo Add Task

Add a new task type to LibreYOLO (a new output kind like detect, segment, semantic, pose, classify, gaze, obb, point, depth, restore), as opposed to adding a model family to an existing task. Use when someone proposes a new capability that no current task's result/label/metric contract fits, e.g. "add OCR", "add 3D boxes", "add image enhancement as a task". Covers the decision (new task vs existing task), and the full wiring checklist: tasks.py registration, the Results payload class, dataset loader + schema, validator, trainer support, filename suffix, docs/ADR, and the tests that gate each piece. For porting a model into an existing task use libreyolo-port-model.

libreyolo ec28def 7.5 KB Updated

File contents

libreyolo/libreyolo/tree/main/skills/libreyolo-add-task commit ec28def63f

Frequently asked questions

npx skillmds@latest add libreyolo/libreyolo-add-task