Skip to content

Releases: pan93412/yolo-rs

0.2.0

11 Jul 13:43
5aa7cdb

Choose a tag to compare

⚠️ Breaking Changes

  • inference now requires a mutable reference (&mut) to YoloModelSession. For migration details, see the yolo-cli diff.

What's Changed

  • Upgrade ort to 2.0.0-rc.10 by @pan93412 in #5
    • Same model; inference takes only 57ms now (was 86ms)

Full Changelog: v0.1.2...v0.2.0

0.1.2

02 Apr 19:56
0fa4ee0

Choose a tag to compare

What's Changed

  • Upgrade Dependencies

Full Changelog: v0.1.1...v0.1.2

v0.1.1

18 Dec 14:35
fd186fd

Choose a tag to compare

docs: Correct docs.rs link and Markdown fixes