Skip to content

LibreYOLO/libreyolo

Repository files navigation

LibreYOLO

Documentation PyPI License

MIT-licensed YOLO implementation with full support for training and inference across YOLOv9 (t, s, m, c), YOLOX (nano, tiny, s, m, l, x), and RF-DETR (nano, small, base, medium, large).

LibreYOLO Detection Example

Installation

pip install libreyolo

Quick Start

from libreyolo import LibreYOLO

# Auto-detect model version and size
model = LibreYOLO("LibreYOLOXs.pt")
results = model(image="https://raw.githubusercontent.com/LibreYOLO/libreyolo/main/libreyolo/assets/parkour.jpg", save=True)

print(f"Detected {results['num_detections']} objects")

Documentation

Full documentation at libreyolo.com/docs:

License

  • Code: MIT License
  • Weights: Pre-trained weights may inherit licensing from the original source

About

LibreYOLO is a MIT licensed open source computer vision library

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages