mirror of
https://github.com/cosyneco/MediaPipe.NET.git
synced 2025-05-17 15:36:24 +08:00

* fix incorrect ImageFrame memory ownership handling * Update runtime package * Fix PInvoke method name * Clean ImageFrame code * Update ImageFrameTest * Update Mediapipe.Net package version * Make osu!framework asynchronous This is to compensate for the performance drop instated by this PR. Other examples can stay as-is. Fortunately Mediapipe handles asynchronous code perfectly well. * Fix linting Co-authored-by: Speykious <speykious@gmail.com>