Thanks for your interest in contributing to LibreYOLO.
LibreYOLO is an MIT-licensed computer vision library focused on YOLO-style training and inference. Contributions are welcome, but maintainer review time is limited. Keep changes focused, tested, and aligned with the project.
- For anything non-trivial, open an issue before submitting a PR so we can agree on the approach before review time is spent.
- PRs must link to an issue (for anything non-trivial)
- A good PR solves one clearly described problem.
- Use common sense and keep scope tight.
- Changes that add, remove, or reinterpret checkpoint metadata must update
docs/checkpoint_schema.mdand the shared helpers inlibreyolo/utils/serialization.py.
- Do not add LLMs as co-authors in commits.
- Do not open LLM-generated issues.
- Read AGENTS.md