Expand description
A Rust library for the YOLO v11 object detection model.
This library provides a high-level API for running the YOLO v11 object detection model. Currently, it supports only the inference.
Modules§
Structs§
Functions§
- image_
to_ yolo_ input_ tensor - Convert an image to a YOLO input tensor.
- inference
- Inference on the YOLO model, returning the detected entities.