Releases: cosyneco/MediaPipe.NET
Releases · cosyneco/MediaPipe.NET
0.9.2
0.9.1
What's Changed
- Working BlazePose example by @dbruning in #28
- fix incorrect ImageFrame memory ownership handling by @tobyxdd in #29
- Rewrite solutions by @Speykious in #33
- Huge update to get on par with MediaPipeUnityPlugin by @Speykious in #39
- Update to 0.9.1 by @sr229 in #46
Breaking changes
Mediapipe.Net.Solutions
has been deprecated in favor of manually setting up graphs. This is because we have no maintainers for the high-level API. If you're willing to bring this back, please refer to the previous version.
New Contributors
Full Changelog: 0.8.9...0.9.1
Release v0.8.9
What's Changed
- Port all native methods from MediaPipeUnityPlugin by @Speykious in #1
- Port all bindings from MediaPipeUnityPlugin by @Speykious in #2
- Port all tests from MediaPipeUnityPlugin by @Speykious in #3
- Replace methods with C# getters/setters by @adryzz in #11
- Add abstracted graphs + examples by @adryzz in #10
- Replace slow
Marshal
operations withunsafe
by @Speykious in #13 - Add a safe overload for ImageFrame() by @sr229 in #20
- Fix critical memory leak by @adryzz in #22
- Make
Calculator
more thread-safe by @adryzz in #25 - Fix deleter by @Speykious in #26
- Refactor resource provider by @Speykious in #27
New Contributors
- @Speykious made their first contribution in #1
- @adryzz made their first contribution in #11
- @sr229 made their first contribution in #20
Full Changelog: https://github.com/vignetteapp/MediaPipe.NET/commits/0.8.9