yolo-rust
Pre-launch installation
sudo apt update -y
sudo apt install libopencv-dev pkg-config build-essential cmake libgtk-3-dev libcanberra-gtk3-module llvm-dev libclang-dev clang
Converting the model to onnx
This library uses tipo models.onnx
pip install ultralytics
Download the model you need.
https://huggingface.co/Ultralytics/YOLOv8/tree/main
yolo export model=yolov8m.pt format=onnx opset=12
You also need to download the class file (coco.names)
https://github.com/pjreddie/darknet/blob/master/data/coco.names
Sample code
use ;
use YoloDetector;
Author
Developed by Elieren https://github.com/Elieren .
When using the library, keep an indication of the author.