Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 766 Bytes

CHANGELOG.md

File metadata and controls

15 lines (13 loc) · 766 Bytes

Changelog

2024-05-09

Fixed 🔨

  • Fixed memory leak by deleting the blob during the predict_once method call: PR#7, by @dusionlike

2024-04-22

Fixed 🔨

  • Fixed returning not scaled coords for the keypoint task. PR#5, by @youngday
  • Fixed compilation issue on Linux due to the same type model_path arg in the Ort::Session constructor for both Windows and Linux. PR#4, by @bhavya-goyal-22 and FourierMourier