Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

bencevans/rust-opencv-yolov5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLOv5 Inference in Rust

  1. Follow the documentation in the ultralytics repository to export your model in ONNX format.
  2. Ensure you have OpenCV installed (brew install opencv/choco install opencv etc.)

Add the project as a dependency.

cargo add git+https://github.com/bencevans/rust-opencv-yolov5.git

Check the test in src/lib.rs for example inference.

About

YOLOv5 Inference with ONNX & OpenCV in Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages