usls 0.1.11

A Rust library integrated with ONNXRuntime, providing a collection of ML models.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# YOLO: You Only Look Once


## Official Repository


The official repository can be found on: 
- [YOLO Series Intro]https://docs.ultralytics.com/models/
- [YOLOv5]https://github.com/ultralytics/yolov5
- [YOLOv6]https://github.com/meituan/YOLOv6
- [YOLOv7]https://github.com/WongKinYiu/yolov7
- [YOLOv8, YOLO11]https://github.com/ultralytics/ultralytics
- [YOLOv9]https://github.com/WongKinYiu/yolov9
- [YOLOv10]https://github.com/THU-MIG/yolov10


## Example


Refer to the [example](../../../examples/yolo)