- Fixed memory leak by deleting the
blob
during thepredict_once
method call: PR#7, by @dusionlike
- 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 theOrt::Session
constructor for both Windows and Linux. PR#4, by @bhavya-goyal-22 and FourierMourier