MediaPipe.NET
MediaPipe.NET copied to clipboard
Pure .NET bindings for Google's MediaPipe.
Hi, I I have been jumping around a few of the [Github](https://github.com/cosyneco/MediaPipe.NET/issues/64) [issues](https://github.com/cosyneco/MediaPipe.NET/issues/57) trying to get hand tracking working on windows. I tried downgrading and the application immediately shuts down...
The following problems occur when I run Mediapipe.Net.HelloWorld 
Currently, the way we're using MediaPipe skips SIMD benefits which in all cases considered, would be a massive perf penalty, especially for Matrix and Vector datatypes we're dealing with. Would...
[sr229](https://github.com/cosyneco/MediaPipe.NET/commits?author=sr229) https://github.com/homuler/MediaPipeUnityPlugin [v0.12.0](https://github.com/homuler/MediaPipeUnityPlugin/releases/tag/v0.12.0) released. Consider upgrading it.
Right now we have updated to 0.9.1 but our examples hasn't been updated. This will resolve #47.
I've read some of your conversations and learned that the new code removes some of the solution's implementation code and uses native calls. I would like to know where to...
Why is it that when I perform hand landmarks detection , the sensitivity of recognition is not high and the speed is slow? Is it because of. Net? I am...
Hello. I am trying to run pose tracking example (Mediapipe.Net.Examples.Pose) but I have following errors when compiling samples. 2>C:\Users\xxxDownloads\MediaPipe.NET-0.9.2(1)\MediaPipe.NET-0.9.2\Mediapipe.Net.Examples.Pose\Program.cs(11,21,11,30): error CS0234: The type or namespace name 'Solutions' does not exist...
The issue seems to be the same on the MediaPipeUnityPlugin side. As Homuler pointed out back then:  We didn't investigate the C bindings side enough to be able to...
Since we've stabilized the API a bit, it's fair game to revisit the solutions again from the older versions to ease development.