https://github.com/bencevans/rust-opencv-yolov5

YOLOv5 Inference with ONNX & OpenCV in Rust

https://github.com/bencevans/rust-opencv-yolov5

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.5%) to scientific vocabulary

Keywords

deep-learning opencv yolov5
Last synced: 5 months ago · JSON representation

Repository

YOLOv5 Inference with ONNX & OpenCV in Rust

Basic Info
  • Host: GitHub
  • Owner: bencevans
  • Language: Rust
  • Default Branch: main
  • Homepage:
  • Size: 9.57 MB
Statistics
  • Stars: 14
  • Watchers: 1
  • Forks: 3
  • Open Issues: 0
  • Releases: 0
Archived
Topics
deep-learning opencv yolov5
Created about 3 years ago · Last pushed about 2 years ago
Metadata Files
Readme

README.md

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.

Owner

  • Name: Ben Evans
  • Login: bencevans
  • Kind: user
  • Location: London, UK
  • Company: Institute of Zoology, ZSL

GitHub Events

Total
Last Year

Dependencies

.github/workflows/test.yml actions
  • actions-rs/toolchain v1 composite
  • actions/cache v3 composite
  • actions/cache v2 composite
  • actions/checkout v3 composite
Cargo.toml cargo