augmentedstartups/AS-One
A modular Python library wrapping YOLO variants (v5–v9) and multiple trackers into a single easy-to-use API.

Velocity · 7d
+0.5
★ / day
Trend
→steady
star history
AS-One provides a unified interface for running various YOLO object detection models (YOLOv5 through v9, YOLOX, YOLOR) alongside tracking algorithms like ByteTrack, DeepSORT, and NorFair. It offers models in PyTorch, ONNX, and CoreML formats. The library also integrates Meta’s Segment Anything Model (SAM) for segmentation tasks, allowing users to swap between different detection and tracking backends with minimal code.