Skip to content

Library to run YOLOv8 object detection through ONNX in Rust

Notifications You must be signed in to change notification settings

calvin-laurenson/yolov8-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Experimental Rust wrapper for YOLOv8 ONNX models. Supports static image size models as well as dynamic image size models (dynamic=true). Also supports batched inference in dynamic models.

Thanks to https://github.com/AndreyGermanov/yolov8_onnx_rust for helping me figure out how to decode the output.

About

Library to run YOLOv8 object detection through ONNX in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages